mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 03:35:25 +02:00
netstat: fix square brackets (#17153)
This commit is contained in:
parent
304d148972
commit
27232c765d
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
- List all listening ports:
|
||||
|
||||
`netstat {{[-l|--listening]]}}`
|
||||
`netstat {{[-l|--listening]}}`
|
||||
|
||||
- List listening TCP ports:
|
||||
|
||||
`netstat {{[-t|--tcp]]}}`
|
||||
`netstat {{[-t|--tcp]}}`
|
||||
|
||||
- Display PID and program names:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue