GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NOLOGIN(8) System Administration NOLOGIN(8)

nologin - politely refuse a login

nologin [-V] [-h]

nologin displays a message that an account is not available and exits non-zero. It is intended as a replacement shell field to deny login access to an account.

If the file /etc/nologin.txt exists, nologin displays its contents to the user instead of the default message.

The exit status returned by nologin is always 1.

-c, --command command

--init-file

-i --interactive

--init-file file

-i, --interactive

-l, --login

--noprofile

--norc

--posix

--rcfile file

-r, --restricted

These shell command-line options are ignored to avoid nologin error.

-h, --help

Display help text and exit.

-V, --version

Display version information and exit.

nologin is a per-account way to disable login (usually used for system accounts like http or ftp). nologin uses /etc/nologin.txt as an optional source for a non-default message, the login access is always refused independently of the file.

pam_nologin(8) PAM module usually prevents all non-root users from logging into the system. pam_nologin(8) functionality is controlled by /var/run/nologin or the /etc/nologin file.

The nologin command appeared in 4.4BSD.

Karel Zak <kzak@redhat.com>

login(1), passwd(5), pam_nologin(8)

For bug reports, use the issue tracker at <https://github.com/karelzak/util-linux/issues>.

The nologin command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.

2022-02-14 util-linux 2.37.4

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.