Differences between revisions 4 and 5
Revision 4 as of 2013-07-11 09:27:31
Size: 633
Editor: 61
Comment:
Revision 5 as of 2013-07-11 09:27:39
Size: 635
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
만일 chsh 로 기본 쉘이 바뀌지 않을 경우, selinux 문제임. ([IRC] #hongminhee 채널에서 devunt 님 알려주심) 만일 chsh 로 기본 쉘이 바뀌지 않을 경우, selinux 문제임. ([[IRC]] #hongminhee 채널에서 devunt 님 알려주심)

Z shell (bash보다 개선됨)

관련정보


만일 chsh 로 기본 쉘이 바뀌지 않을 경우, selinux 문제임. (IRC #hongminhee 채널에서 devunt 님 알려주심)

# 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.


CategoryProgram

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

web biohackers.net