This is a discussion on Small handy one liners within the Getting started tutorials forums, part of the Linux Getting Started category; Just thought of sharing a few handy one liners which we use daily, Code: netstat -plant | grep :80 |awk ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Just thought of sharing a few handy one liners which we use daily,
Code:
netstat -plant | grep :80 |awk {'print $5'} | cut -d: -f1 |sort | uniq -c | sort -nk 1
|
| Sponsored Links | ||
|
|