日別アーカイブ: 2012年12月15日

101-3 Shell

■シェルの種類

  • sh …Bourneシェル
  • bash …Bourne Again
  • csh …C言語に似たスクリプトが利用可能
  • tcsh …cshの拡張
  • ksh …Kornシェル
  • zsh …ksh に bash tcshを加えたもの

■用語

  • Bourne …「ボーンシェル」
  • prompt…$や#などCUIでコマンド入力可能なことを表す記号
  • CUI …Character User Interface

■配置

  • /etc/shells …利用可能なシェル
  • /etc/passwd …ログインシェルに関する記述あり
  • chsh …デフォルトシェルの変更