]> granicus.if.org Git - psmisc/commitdiff
Updating manpage info about fuser not seeing other users' files.
authorJan Rybar <jrybar@redhat.com>
Mon, 18 Jul 2016 16:57:31 +0000 (18:57 +0200)
committerJan Rybar <jrybar@redhat.com>
Mon, 18 Jul 2016 16:57:31 +0000 (18:57 +0200)
Not a bug but a limitation.

doc/fuser.1

index 65c5f3dc50c96f2524e4176b257c4f03a217db16..6ff4752af0f3c7d0de4c7b0ff17a0f0fcea2cee7 100644 (file)
@@ -244,6 +244,15 @@ privileges.  As a consequence, files opened by processes belonging to
 other users may not be listed and executables may be classified as
 mapped only.
 .PP
+.B fuser
+cannot report on any processes that it doesn't have permission to look
+at the file descriptor table for.  The most common time this problem
+occurs is when looking for TCP or UDP sockets when running
+.B fuser
+as a non-root user.  In this case
+.B fuser
+will report no access.
+.PP
 Installing
 .B fuser
 SUID root will avoid problems associated with partial information, but
@@ -270,15 +279,6 @@ fuser \-m /dev/sgX will show (or kill with the \-k flag) all processes,
 even if you don't have that device configured.  There may be other
 devices it does this for too.
 .PP
-.B fuser
-cannot report on any processes that it doesn't have permission to look
-at the file descriptor table for.  The most common time this problem
-occurs is when looking for TCP or UDP sockets when running
-.B fuser
-as a non-root user.  In this case
-.B fuser
-will report no access
-.PP
 The mount \-m option will match any file within the same device as the
 specified file, use the \-M option as well if you mean to specify only
 the mount point.