What is the difference between a user's login shell being /bin/false versus /sbin/nologin?
-
A
/bin/false deletes the account; /sbin/nologin locks it
-
B
/bin/false immediately exits silently; /sbin/nologin prints a message before exiting
-
C
/sbin/nologin disables the password; /bin/false disables the shell
-
D
There is no functional difference for interactive login prevention