From: Masatake YAMATO Date: Fri, 23 Sep 2022 19:45:03 +0000 (+0900) Subject: lsfd: (man) write about UNIX-STREAM and UNIX sockets X-Git-Tag: v2.39-rc1~505^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9681d2e966a1b56c6c8ffd3b1b4b6e8f268e2327;p=thirdparty%2Futil-linux.git lsfd: (man) write about UNIX-STREAM and UNIX sockets Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 0ee37c4f1c..b6db69583a 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -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.