由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how can I change csh to tcsh or bash
相关主题
hotkey in unix新增用户为什么不能login?
Change shell to tcsh?为什么会有这样的信息?
how to change the log in shell?SOSSSS! Passwd file broken
login shell and normal shell? how to log in after delete /etc/passwd
questionlost root account
superuser的用户环境定义文件在那里呢?Solaris 8系统求助
急:ld.so.1的问题怎么从BASH 换到 CSH
急,定时运行程序的问题安装 Solaris 8 x86 和 Win2K 小记
相关话题的讨论汇总
话题: tcsh话题: csh话题: bash话题: change话题: solaris
进入Unix版参与讨论
1 (共1页)
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
1 (共1页)
进入Unix版参与讨论
相关主题
安装 Solaris 8 x86 和 Win2K 小记question
how to run background process after logoutsuperuser的用户环境定义文件在那里呢?
关于cxterm的问题急:ld.so.1的问题
Re: how to change all the files .cpp to .C急,定时运行程序的问题
hotkey in unix新增用户为什么不能login?
Change shell to tcsh?为什么会有这样的信息?
how to change the log in shell?SOSSSS! Passwd file broken
login shell and normal shell? how to log in after delete /etc/passwd
相关话题的讨论汇总
话题: tcsh话题: csh话题: bash话题: change话题: solaris