summaryrefslogtreecommitdiffstats
path: root/login-utils/lslogins.1
diff options
context:
space:
mode:
authorOndrej Oprala2014-04-29 13:40:32 +0200
committerKarel Zak2014-05-15 13:55:59 +0200
commitc77108b86787cb99b110c3ebabd746052101410a (patch)
tree6f9a4d143aa22a943db96c143eab7bf1852302a2 /login-utils/lslogins.1
parentlslogins: also add readutmp.c (diff)
downloadkernel-qcow2-util-linux-c77108b86787cb99b110c3ebabd746052101410a.tar.gz
kernel-qcow2-util-linux-c77108b86787cb99b110c3ebabd746052101410a.tar.xz
kernel-qcow2-util-linux-c77108b86787cb99b110c3ebabd746052101410a.zip
lslogins: pretty printing and extended -l,-g
Diffstat (limited to 'login-utils/lslogins.1')
-rw-r--r--login-utils/lslogins.128
1 files changed, 14 insertions, 14 deletions
diff --git a/login-utils/lslogins.1 b/login-utils/lslogins.1
index a961efea4..2075cc494 100644
--- a/login-utils/lslogins.1
+++ b/login-utils/lslogins.1
@@ -54,7 +54,7 @@ Show users without a password.
\fB\-r\fR, \fB\-\-raw\fR
Raw output (no columnation).
.TP
-\fB\-s\fR, \fB\-\-sys\-accs\fR[=\fIUID\fR]
+\fB\-s\fR, \fB\-\-sys\-accs\fR
Show system accounts. These are by the default all accounts with UID below 1000 (non-inclusive), with the exception of either nobody or nfsnobody (UID 65534). The UID
treshold can also be specified explicitly (necessary for some distributions that allocate UIDs
starting from 100, 500 - or an entirely different value - rather than 1000).
@@ -62,7 +62,7 @@ starting from 100, 500 - or an entirely different value - rather than 1000).
\fB\-t\fR, \fB\-\-sort\fR
Sort by user name, rather than UID.
.TP
-\fB\-u\fR, \fB\-\-user\-accs\fR[=\fIUID\fR]
+\fB\-u\fR, \fB\-\-user\-accs\fR
Show user accounts. These are by the default all accounts with UID above 1000 (inclusive), with the exception of either nobody or nfsnobody (UID 65534). The UID
treshold can also be specified explicitly (necessary for some distributions that allocate UIDs
starting from 100, 500 - or an entirely different value - rather than 1000).
@@ -82,20 +82,20 @@ Display help information and exit.
Display version information and exit.
-
-Note that switches -a and -x require root priviliges. Otherwise their fields will state <unknown> for each entry.
+Note that the default UID tresholds are read from /etc/login.defs.
+Note that switches -a and -x require root priviliges. Otherwise their fields will state "-" for each entry.
.sp
-.SH COLORS
-Implicit coloring can be disabled as follows:
-.RS
-
-.br
-.BI "touch /etc/terminal-colors.d/lslogins.disable"
-.br
+.\".SH COLORS
+.\"Implicit coloring can be disabled as follows:
+.\".RS
-.RE
-For more details see
-.BR terminal-colors.d (5).
+.\".br
+.\".BI "touch /etc/terminal-colors.d/lslogins.disable"
+.\".br
+.\"
+.\".RE
+.\"For more details see
+.\".BR terminal-colors.d (5).
.SH EXIT STATUS
.TP
0