/usr/bin/bash: Difference between revisions

Line 4,863: Line 4,863:


== FILES ==
== FILES ==
      /bin/bash
;/bin/bash
              The bash executable
:bash実行ファイル
      /etc/profile
;[[/etc/profile]]
              The systemwide initialization file, executed for login shells
:ログインシェルで実行されるシステム全体の初期化ファイル。
      /etc/bash.bashrc
;[[/etc/bash.bashrc]]
              The systemwide per-interactive-shell startup file
:システム全体の対話型シェルごとの起動ファイル
      /etc/bash.bash.logout
;[[/etc/bash.bash.logout]]
              The systemwide login shell cleanup file, executed when a login shell exits
:ログインシェルが終了するときに実行される、システム全体のログインシェルのクリーンアップファイル
      ~/.bash_profile
;~/.bash_profile
              The personal initialization file, executed for login shells
:ログインシェルで実行される個人用初期化ファイル。
      ~/.bashrc
;~/.bashrc
              The individual per-interactive-shell startup file
:対話型シェルごとの起動ファイル
      ~/.bash_logout
;~/.bash_logout
              The individual login shell cleanup file, executed when a login shell exits
:ログインシェルが終了するときに実行される、個々のログインシェルのクリーンアップファイル
      ~/.inputrc
;~/.inputrc
              Individual readline initialization file
:個々のreadline初期化ファイル


== AUTHORS ==
== AUTHORS ==