Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

default shell csh -> tcsh

2 views
Skip to first unread message

hai huang

unread,
Sep 17, 2000, 3:00:00 AM9/17/00
to
Does anyone know how to change the default shell from csh to tcsh without
having the root access? Thanks.

Mark Woh

unread,
Sep 17, 2000, 3:00:00 AM9/17/00
to
put that in your .login

if ( $SHELL == "/bin/csh" ) then
foreach i ($path)
if ( -x $i/tcsh ) then
setenv SHELL $i/tcsh
set shell=$i/tcsh
exec $i/tcsh -l
endif
end
endif


mark
mw...@umich.edu
"hai huang" <ha...@h.imap.itd.umich.edu> wrote in message
news:KBcx5.3533$O5.7...@news.itd.umich.edu...

0 new messages