From 00417c4f826bd2b339dba63496cb8b8050b49d5e Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 2 Oct 2022 05:35:58 +0900 Subject: [PATCH] lsfd: (man) write about TCP scokets Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.1.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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. -- 2.47.3