Hi, I've found that if I run something like :

ping -4 127.0.0.1
ping6 ::1



and then open another terminal and run using pid of those processes:

sudo lsfd  -i -p  148253,148121  -o +FD,SOCK.STATE
COMMAND    PID   USER ASSOC  XMODE   TYPE SOURCE MNTID   INODE NAME
                   FD SOCK.STATE
ping    148121 sergio     3 rw----   PING sockfs     9 1503460 state=close
id=30 laddr=0.0.0.0  3      close
ping6   148253 sergio     3 rw---- PINGv6 sockfs     9 1501004 state=close
id=31 laddr=::       3      close

I wonder if the "state=close" is the expected behavior or if is an error, I
even run that command with watch -n 0.1 and always appears as "close".

Thanks in advance
-- 
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to