OS관련/Solaris Study
ksh를 bash로 변경 하는 법
미스틱스
2011. 8. 2. 17:04
(1) 로그인 쉘 변경
# passwd -e
/bin/bash
(2) ~/.bash_profile 생성
# cp /.profile /.bash_profile
# vi /.bash_profile
-----------------------------
......
# ENV=~/.kshrc
......
-----------------------------
(3) ~/.kshrc 생성
# cp /.kshrc /.bashrc
# vi /.bashrc
-----------------------------
......
# set -o trackall
......
-----------------------------
(4) 로그아웃 -> 로그인
Logout -> Login
출처 : http://cafe.daum.net/bscsolaris?t__nil_cafemy=item