From 9681d2e966a1b56c6c8ffd3b1b4b6e8f268e2327 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sat, 24 Sep 2022 04:45:03 +0900 Subject: [PATCH] lsfd: (man) write about UNIX-STREAM and UNIX sockets Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.1.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.47.3