.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
Linux
無料

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているBash Interactive Login Shellファイル形式とMac and Linuxアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。