summaryrefslogtreecommitdiffstats
path: root/login-utils
diff options
context:
space:
mode:
authorKarel Zak2018-08-22 11:39:13 +0200
committerKarel Zak2018-08-22 11:39:13 +0200
commit64d11d6bb054f7d77539b9f18875ab87e98c8452 (patch)
treefefea9697976798369045a4acf7f254ba2eafe0c /login-utils
parentsetpriv: add user/group names to usage() (diff)
downloadkernel-qcow2-util-linux-64d11d6bb054f7d77539b9f18875ab87e98c8452.tar.gz
kernel-qcow2-util-linux-64d11d6bb054f7d77539b9f18875ab87e98c8452.tar.xz
kernel-qcow2-util-linux-64d11d6bb054f7d77539b9f18875ab87e98c8452.zip
su: add note about merged /usr
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils')
-rw-r--r--login-utils/runuser.13
-rw-r--r--login-utils/su.13
2 files changed, 6 insertions, 0 deletions
diff --git a/login-utils/runuser.1 b/login-utils/runuser.1
index af834e840..bf0d02471 100644
--- a/login-utils/runuser.1
+++ b/login-utils/runuser.1
@@ -197,6 +197,9 @@ and \-\-login and \-\-preserve\-environment were not specified
initializes
.BR PATH .
.RE
+.sp
+The environment variable PATH may be different on systems where /bin and /sbin
+are merged into /usr.
.SH EXIT STATUS
.B runuser
normally returns the exit status of the command it executed. If the
diff --git a/login-utils/su.1 b/login-utils/su.1
index 5cf3211ef..d6a064fd2 100644
--- a/login-utils/su.1
+++ b/login-utils/su.1
@@ -223,6 +223,9 @@ and \-\-login and \-\-preserve\-environment were not specified
initializes
.BR PATH .
.RE
+.sp
+The environment variable PATH may be different on systems where /bin and /sbin
+are merged into /usr.
.SH EXIT STATUS
.B su
normally returns the exit status of the command it executed. If the