UNIX System Administration
Articles hints,tips&tricks,howtos and guides related to UNIX System Administration
Showing posts with label
Processes
.
Show all posts
Showing posts with label
Processes
.
Show all posts
Monday, June 21, 2010
List PID's for processes listening on ports
To list PID's for processes listening on ports
#pfiles `ptree | awk '{print $1}'` | egrep '^[0-9]|port:'
Home
Subscribe to:
Posts (Atom)