Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2013-07-11 09:25:27
Size: 576
Editor: 61
Comment:
Revision 9 as of 2014-05-22 16:28:12
Size: 54
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Z shell ([[bash]]보다 개선됨)

관련정보
 * [[http://korean-nerdism.blogspot.kr/2012/09/zsh.html|zsh 가지고 놀기]]
 * [[http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692|Why zsh is cooler than your shell]]

----
만일 chsh 로 기본 쉘이 바뀌지 않을 경우, selinux 문제임.

{{{
# chsh -s /usr/local/bin/zsh
Changing shell for root.
chsh: "/usr/local/bin/zsh" is not executable.
# chcon -t shell_exec_t /usr/local/bin/zsh
# chsh -s /usr/local/bin/zsh
Shell changed.
}}}
http://e.biohackers.net/zsh

zsh (last edited 2014-05-22 16:28:12 by 61)

web biohackers.net