리눅스에서 su 명령어 실행시 This account is currently not available 메세지가 발생할 경우
– 출처: http://geekpeek.net/this-account-is-currently-not-available-login-problems/ – vipw 를 쳐 보고, 해당 유저의 쉘이 /sbin/nologin 등으로 되어 있으면 “chsh -s 쉘경로 유저명” 명령을 통해서 쉘을 지정해 준다. (ex: chsh -s /bin/bash geekpeek)