CentOS 5.1 を始めてみた 2

zsh をインストールする。

# yum search zsh
zsh.i386                                 4.2.6-1                base
Matched from:
zsh
The zsh shell is a command interpreter usable as an interactive login
shell and as a shell script command processor.  Zsh resembles the ksh
shell (the Korn shell), but includes many enhancements.  Zsh supports
command line editing, built-in spelling correction, programmable
command completion, shell functions (with autoloading), a history
mechanism, and more.
http://zsh.sunsite.dk/
# yum install zsh.i386
(中略)
Total download size: 1.7 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): zsh-4.2.6-1.i386.r 100% |=========================| 1.7 MB    01:03
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: zsh                          ######################### [1/1]

Installed: zsh.i386 0:4.2.6-1
Complete!

シェルを zsh に変更する。

# chsh -s /bin/zsh
Changing shell for root.
Shell changed.
# exit
login:
Password:
# ps -p $$ -o comm=
zsh