| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
nologin − prevent non-root users from logging into the system |
|
If the file /etc/nologin exists, login(1) will allow access only to root. Other users will be shown the contents of this file and their logins refused. |
|
/etc/nologin |
|
login(1), shutdown(8) |