.BASH_PROFILE 파일 확장자

Bash Interactive Login Shell File

개발사 The GNU Project
인기도
3.7  |  30 투표
 

BASH_PROFILE 파일이란 무엇인가요?

Shell file used by Mac OS X and Linux terminal programs; stores setup instructions for the shell environment, such as environment variables and default scripts to execute; commonly used for setting user command prompt preferences as well as file system paths for directories and program binaries.

추가 정보

BASH_PROFILE files are automatically run for interactive login shells. In other words, they are executed after a user logs in with their login credentials, or when a new terminal window is created. This differs from .BASHRC files, which are run only when Bash shell scripts are executed within a terminal that is already open.

Since users often want to run both BASH_PROFILE and BASHRC files upon login, they often include the following segment in the BASH_PROFILE file, which forces the BASHRC file to be run when only the BASH_PROFILE file is executed:

if [ -f ~/.bashrc ]. Then
  source ~/.bashrc
fi

참고: BASH_PROFILE files are hidden in a user's home directory and do not contain a filename prefix. They always use the filename .bash_profile.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

BASH_PROFILE 파일을 열거나 참조하는 프로그램

Mac
OS에 포함됨
무료
Linux
무료
카테고리: 시스템
업데이트: 2010-08-18

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Bash Interactive Login Shell 파일 형식과 Mac and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.