]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (man) write about TCP scokets
authorMasatake YAMATO <yamato@redhat.com>
Sat, 1 Oct 2022 20:35:58 +0000 (05:35 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sat, 1 Oct 2022 20:41:37 +0000 (05:41 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index af939ac75a9a69abdad2ca5f8513ccac36bc83ec..5a2d566d468e8994a4eac4560ffe81c49bbbf45c 100644 (file)
@@ -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.