Tag: pid
Show All Network Services
April 1, 2009
Show all network services listening on the system and their PID netstat -tupl
Show Active Network Connections
January 16, 2009
Show all active network connections and their PID netstat -tup
Pid Command
December 14, 2007
Create a command that will return the pid of the given command string.. #!/bin/sh ps aux|grep 1|head -n1|awk ‘{print2}’
Recent Comments