summaryrefslogtreecommitdiffstats
path: root/login-utils/su.1
diff options
context:
space:
mode:
authorMichael Kerrisk2016-12-04 20:34:54 +0100
committerKarel Zak2016-12-09 13:45:09 +0100
commitaedd46f66ed5462c0e0193faa977a6dfef4fd0de (patch)
treeaa41e8c4ced3ee9cb1321eb00f0060c110ac78c1 /login-utils/su.1
parentdocs: various pages: Format pathnames as italic (.I) (diff)
downloadkernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.tar.gz
kernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.tar.xz
kernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.zip
docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)
Use consistent terminology for set-user-ID and set-group-ID bits. There's much inconsistency in the pages. "suid", "set-user-identifier", "setuid". Stick with one terminology, "set-user-ID" and set-grout-ID, as suggested in man-pages(7). Signed-off-by: <mtk.man-pages@gmail.com>
Diffstat (limited to 'login-utils/su.1')
-rw-r--r--login-utils/su.13
1 files changed, 2 insertions, 1 deletions
diff --git a/login-utils/su.1 b/login-utils/su.1
index 8685061ef..724755bdf 100644
--- a/login-utils/su.1
+++ b/login-utils/su.1
@@ -42,7 +42,8 @@ configured via PAM.
.PP
.B su
is mostly designed for unprivileged users, the recommended solution for
-privileged users (e.g. scripts executed by root) is to use non-suid command
+privileged users (e.g. scripts executed by root) is to use
+non-set-user-ID command
.BR runuser (1)
that does not require authentication and provide separate PAM configuration. If
the PAM session is not required at all then the recommend solution is to use