blob: 6be978b22a7868e7b3f1023f744f81d4a674f157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
//po4a: entry man manual
= nologin(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: nologin
== NAME
nologin - politely refuse a login
== SYNOPSIS
*nologin* [*-V*] [*-h*]
== DESCRIPTION
*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.
== OPTIONS
*-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.
include::man-common/help-version.adoc[]
== NOTES
*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.
== HISTORY
The *nologin* command appeared in 4.4BSD.
== AUTHORS
mailto:kzak@redhat.com[Karel Zak]
== SEE ALSO
*login*(1),
*passwd*(5),
*pam_nologin*(8)
include::man-common/bugreports.adoc[]
include::man-common/footer.adoc[]
ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]
|