[root@centos7 ~]# man chsh
## man 명령어 참고하여 옵션 확인시 아래와 같이 확인됩니다.
OPTIONS -s, --shell shell Specify your login shell. = 로그인 쉘을 지정합니다. -l, --list-shells Print the list of shells listed in /etc/shells and exit. -u, --help Print a usage message and exit. -v, --version Print version information and exit.
-----------------------------------------------------------------------
[root@centos7 ~]# chsh -s /bin/csh Changing shell for root. Shell changed.
[root@centos7 ~]# man chsh
## man 명령어 참고하여 옵션 확인시 아래와 같이 확인됩니다.
OPTIONS
-s, --shell shell
Specify your login shell.
= 로그인 쉘을 지정합니다.
-l, --list-shells
Print the list of shells listed in /etc/shells and exit.
-u, --help
Print a usage message and exit.
-v, --version
Print version information and exit.
-----------------------------------------------------------------------
[root@centos7 ~]# chsh -s /bin/csh
Changing shell for root.
Shell changed.