mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:55:42 +02:00
sockstat: add page (#9107)
This commit is contained in:
parent
b12b2fe27d
commit
542d339db5
1 changed files with 8 additions and 0 deletions
8
pages/common/sockstat.md
Normal file
8
pages/common/sockstat.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue