1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/sockstat.md
2022-10-29 21:42:07 +08:00

8 lines
216 B
Markdown

# sockstat
> List open Internet or UNIX domain sockets.
> More information: <https://www.freebsd.org/cgi/man.cgi?query=sockstat&sektion=1>.
- View which users/processes are listening to which ports:
`sockstat -l`