l***r 发帖数: 459 | 1 Greetings,
Now I am using csh on Solaris. I wonder how I can change csh to tcsh?
Thanks! |
s****e 发帖数: 36 | 2 try chsh..
or edit the /etc/passwd file..
【在 l***r 的大作中提到】 : Greetings, : Now I am using csh on Solaris. I wonder how I can change csh to tcsh? : Thanks!
|
p**v 发帖数: 853 | 3 if just want to try tcsh or bash, just key in
tcsh or bash(maybe bsh). permanent change, then
use chsh /bin/tcsh depends on the actual path.
【在 l***r 的大作中提到】 : Greetings, : Now I am using csh on Solaris. I wonder how I can change csh to tcsh? : Thanks!
|
l****y 发帖数: 18 | 4 on Linux, u just need update passwd.
on *BSD , u need update the db file, not plaintxt file passwd
I don't know how about Solaris :-)
br />
【在 s****e 的大作中提到】 : try chsh.. : or edit the /etc/passwd file..
|
p*********r 发帖数: 23 | 5 man chsh
【在 l****y 的大作中提到】 : on Linux, u just need update passwd. : on *BSD , u need update the db file, not plaintxt file passwd : I don't know how about Solaris :-) : br />
|
m****m 发帖数: 165 | 6 If you don't have administrative right, you can always add
. /bin/tcsh (for example)
into you .cshrc file.
【在 p*********r 的大作中提到】 : man chsh
|