.BASH_PROFILE Estensione file

Bash Interactive Login Shell File

Sviluppatore The GNU Project
Popolarità
3.7  |  30 Voti
 

Che cos'è un file 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.

Maggiori informazioni

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

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

Apri oltre 400 formati di file con File Viewer Plus.Download gratuito

Programmi che aprono o fanno riferimento ai file BASH_PROFILE

Mac
Incluso nel sistema operativo
Gratuito
Linux
Gratuito
Categoria: Sistema
Aggiornato: 2010-08-18

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file Bash Interactive Login Shell e le app Mac and Linux elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.