Re: [問題] 遠端使用者登入只出現 >
※ 引述《mitsui0309 (前途無量、前途無亮??)》之銘言:
: ※ 引述《bestwishes (覓知音 尋知己...)》之銘言:
: : ~/.cshrc
: 前輩你好
: 我依網頁上更改的檔案如下
: # $FreeBSD: src/etc/root/dot.cshrc,v 1.30.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
: #
: # .cshrc - csh resource script, read at beginning of execution by each shell
: #
: # see also csh(1), environ(7).
: #
: alias h history 25
: alias j jobs -l
: alias la ls -a
: alias lf ls -FA
: alias ll ls -lA
: # A righteous umask
: umask 22
: set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
: setenv EDITOR vi
: setenv PAGER more
: setenv BLOCKSIZE K
: if ($?prompt) then
: # An interactive shell -- set some stuff up
: set prompt = "%B%n@%m[%/]#"
: ^^^^^^^^^^^^^^^
: 這是我先前更改的地方,感覺上這是給root登入使用~
: set filec
: set history = 100
: set savehist = 100
: set mail = (/var/mail/$USER)
: if ( $?tcsh ) then
: bindkey "^W" backward-delete-word
: bindkey -k up history-search-backward
: bindkey -k down history-search-forward
: endif
: endif
: 還是說,還有其它地方也要修改........
不是改錯的問題
是檔案改錯了
你ROOT顯示正確
因為你應該有改到/root/.cshrc
如果你USER也要顯示
那/home/$USER/.cshrc也要改
不然就是改/etc/csh.cshrc也可以
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.50.61
討論串 (同標題文章)
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章