1NOLOGIN(5) Linux Programmer's Manual NOLOGIN(5)
2
3
4
6 nologin - prevent unprivileged users from logging into the system
7
9 If the file /etc/nologin exists and is readable, login(1) will allow
10 access only to root. Other users will be shown the contents of this
11 file and their logins will be refused.
12
14 /etc/nologin
15
17 login(1), shutdown(8)
18
20 This page is part of release 3.53 of the Linux man-pages project. A
21 description of the project, and information about reporting bugs, can
22 be found at http://www.kernel.org/doc/man-pages/.
23
24
25
26Linux 2012-04-16 NOLOGIN(5)