.BASH_PROFILE Dateiendung

Bash Interactive Login Shell File

Entwickler The GNU Project
Beliebtheit
3.7  |  30 Stimmen
 

Was ist eine BASH_PROFILE-Datei?

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.

Weitere Informationen

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

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

Über 400 Dateiformate öffnen mit File Viewer Plus.Kostenloser Download

Programme, die .BASH_PROFILE-Dateien öffnen oder referenzieren

Mac
Im Betriebssystem enthalten
Kostenlos
Linux
Kostenlos
Kategorie: System
Aktualisiert: 2010-08-18

Geprüft von FileInfo.com

Das FileInfo.com-Team hat das Dateiformat Bash Interactive Login Shell und die auf dieser Seite aufgeführten Mac and Linux-Apps unabhängig recherchiert. Unser Ziel ist 100% Genauigkeit, und wir veröffentlichen nur Informationen zu Dateitypen, die wir überprüft haben.

Wenn Sie Ergänzungen oder Aktualisierungen zu dieser Seite vorschlagen möchten, teilen Sie es uns bitte.