]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (man) write about UNIX-STREAM and UNIX sockets
authorMasatake YAMATO <yamato@redhat.com>
Fri, 23 Sep 2022 19:45:03 +0000 (04:45 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sat, 24 Sep 2022 17:18:44 +0000 (02:18 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index 0ee37c4f1cc0d56772aa46ca2a8e73faeffbc54e..b6db69583a76f69f6001a84d8ab5e01b60518c3d 100644 (file)
@@ -204,6 +204,12 @@ pid=_TARGET-PID_ comm=_TARGET-COMMAND_ nspid=_TARGET-NSPIDS_
 +
 *lsfd* extracts _TARGET-PID_ and _TARGET-NSPIDS_ from
 ``/proc/``_pid_``/fdinfo/``_fd_.
++
+UNIX-STREAM:::
+state=_SOCKSTATE_[ path=_UNIX.PATH_]
++
+UNIX:::
+state=_SOCKSTATE_[ path=_UNIX.PATH_] type=_SOCKTYPE_
 
 NLINK <``number``>::
 Link count.
@@ -286,6 +292,9 @@ For UNKN, print the value for AINODECLASS if SOURCE is anon_inodefs.
 UID <``number``>::
 User ID number.
 
+UNIX.PATH <``string``>::
+Filesystem pathname for UNIX doamin socket.
+
 USER <``string``>::
 User of the process.