From: Masatake YAMATO Date: Sat, 1 Oct 2022 20:35:58 +0000 (+0900) Subject: lsfd: (man) write about TCP scokets X-Git-Tag: v2.39-rc1~501^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00417c4f826bd2b339dba63496cb8b8050b49d5e;p=thirdparty%2Futil-linux.git lsfd: (man) write about TCP scokets Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index af939ac75a..5a2d566d46 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -161,6 +161,12 @@ Flags specified when opening the file. FUID <``number``>:: User ID number of the file's owner. +INET.LADDR <``string``>:: +Local IP address. + +INET.RADDR <``string``>:: +Remote IP address. + INODE <``number``>:: Inode number. @@ -284,6 +290,18 @@ File system, partition, or device containing the file. STTYPE <``string``>:: Raw file types returned from stat(2): BLK, CHR, DIR, FIFO, LINK, REG, SOCK, or UNKN. +TCP.LADDR <``string``>:: +Local IP address and local TCP port. + +TCP.LPORT <``integer``>:: +Local TCP port. + +TCP.RADDR <``string``>:: +Remote IP address and remote TCP port. + +TCP.RPORT <``integer``>:: +Remote TCP port. + TID <``number``>:: Thread ID of the process opening the file.