i have assigned a /sbin/nologin shell to a user while creating that user (specifying -s option in useradd), if this user logs in using SFTP and changes his .bashrc file, will he be able to change his shell?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
No, the user can't over-ride /sbin/nologin via .bashrc. .bashrc is run by the bash shell. nologin doesn't execute it, so modifications to .bashrc should be irrelevant. |
|||
|
|