由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 怎样改成tcsh?
相关主题
.cshrc?.login?.profile?急:ld.so.1的问题
UNIX dummy Questions?HELP, a question about the library path,
Enviroment Config Help求助!!
TELNET 老断who used AFS+Kerberos?
怎么更改一些系统命令的路径,非管理员? 如gcc等.bash 彩色 shell prompt
我的alia放在script里为什么不工作?.cshrc 和 .login in C-shell
AIX shell configurationhow to change login shell?
一个unix .cshrc的wenti[转载] 如何返回当前窗口正在运行的程序名称
相关话题的讨论汇总
话题: tcsh话题: nis话题: etc话题: cshrc话题: usr
进入Unix版参与讨论
1 (共1页)
n****e
发帖数: 135
1
土问题...
是不是要.cshrc加什么?
多谢.
q*****m
发帖数: 73
2
chsh
read man page.

【在 n****e 的大作中提到】
: 土问题...
: 是不是要.cshrc加什么?
: 多谢.

n****e
发帖数: 135
3
学校的机器,我想一login就是tsch,而不用
每次login之后打tsch. 操作系统是Soloris 8.

【在 n****e 的大作中提到】
: 土问题...
: 是不是要.cshrc加什么?
: 多谢.

s**n
发帖数: 449
4
if you are using NIS+, try:
nistbladm -e shell=/usr/local/bin/tcsh '[name=needle],passwd.org_dir'
put your login name instead of needle as name. and change path for tcsh
if necessary.

【在 n****e 的大作中提到】
: 学校的机器,我想一login就是tsch,而不用
: 每次login之后打tsch. 操作系统是Soloris 8.

r***o
发帖数: 1526
5
how to check if NIS+ is installed?

【在 s**n 的大作中提到】
: if you are using NIS+, try:
: nistbladm -e shell=/usr/local/bin/tcsh '[name=needle],passwd.org_dir'
: put your login name instead of needle as name. and change path for tcsh
: if necessary.

w**n
发帖数: 88
6
add "exec tcsh" in your .login file.

【在 n****e 的大作中提到】
: 土问题...
: 是不是要.cshrc加什么?
: 多谢.

s**n
发帖数: 449
7
check your:
/etc/nsswitch.conf
/etc/nsswitch.files
/etc/nsswitch.nis
/etc/nsswitch.nisplus
if nsswitch.conf == nsswitch.nisplus, then using NIS+. etc.

【在 r***o 的大作中提到】
: how to check if NIS+ is installed?
n****e
发帖数: 135
8

Thanks. We use AFS.
I added this in .cshrc
if ((-x /usr/bin/tcsh) && ($?prompt) && (! $?tcsh)) then
exec /usr/bin/tcsh -l
set prompt =%m %~:"
end
Don't understand the details..hehe

【在 s**n 的大作中提到】
: if you are using NIS+, try:
: nistbladm -e shell=/usr/local/bin/tcsh '[name=needle],passwd.org_dir'
: put your login name instead of needle as name. and change path for tcsh
: if necessary.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 如何返回当前窗口正在运行的程序名称怎么更改一些系统命令的路径,非管理员? 如gcc等.
login shell and normal shell?我的alia放在script里为什么不工作?
reinstall nis clientAIX shell configuration
为什么不能打印???一个unix .cshrc的wenti
.cshrc?.login?.profile?急:ld.so.1的问题
UNIX dummy Questions?HELP, a question about the library path,
Enviroment Config Help求助!!
TELNET 老断who used AFS+Kerberos?
相关话题的讨论汇总
话题: tcsh话题: nis话题: etc话题: cshrc话题: usr