Results 1 to 3 of 3
I m trying to change my default shell using the above command. But it says that command not found however man pages for it are accessible...
- 05-24-2009 #1
usermod -s /bin/csd vickey not working
I m trying to change my default shell using the above command. But it says that command not found however man pages for it are accessible
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 05-24-2009 #2
You mean csh??
Well, you can edit the /etc/passwd file directly and do it manually. That is assuming /bin/csh is installed on your system, otherwise Bad Things will happen
Can't tell an OS by it's GUI
- 05-24-2009 #3
Thnaks
Ya it is csh . My mistake . I did changed the shell by editing the /etc/passwd file, but I think the other way of doing it i.e
us better. But this command does not work in my system, though man pages are available.Code:usermod -s /bin/csh vickey
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu


Reply With Quote