Computer/linux
change an existing user shell in CLI
citadel
2012. 8. 29. 19:00
- check possible shells
more /etc/shells
- change "tcsh"
chsh -s /bin/tcsh "user_id"