.BASH_PROFILE Rozszerzenie pliku

Bash Interactive Login Shell File

Deweloper The GNU Project
Popularność
3.7  |  30 Głosów
 

Czym jest plik 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.

Więcej informacji

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

UWAGA: 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.

Otwórz ponad 400 formatów plików za pomocą File Viewer Plus.Bezpłatne pobieranie

Programy otwierające lub odwołujące się do plików BASH_PROFILE

Mac
Dołączony do systemu
Bezpłatny
Linux
Bezpłatny
Kategoria: System
Zaktualizowano: 2010-08-18

Zweryfikowane przez FileInfo.com

Zespół FileInfo.com niezależnie zbadał format pliku Bash Interactive Login Shell oraz aplikacje Mac and Linux wymienione na tej stronie. Naszym celem jest 100% dokładność i publikujemy wyłącznie informacje o zweryfikowanych typach plików.

Jeśli chcesz zaproponować dodatki lub aktualizacje tej strony, daj nam znać.