On Sat, 18 Feb 2023 16:36:54 -0800
ToddAndMargo via users wrote:

> How do you get ss to tell you the program name?

That's what running as root and using the -p option is supposed to do.
On my system for instance, I see this:

sudo ss -l -p -n | fgrep 22

one of the lines that appears is:

tcp   LISTEN 0      128                                                       
0.0.0.0:22               0.0.0.0:*    users:(("sshd",pid=1344,fd=3))

Don't know what it means if no program appears.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-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/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to