lsof command to list process id and use information

| May 9, 2011 | 0 Comments

To get process ID running ,user conected to to process Id’s

#lsof -i TCP:21

# lsof -i UDP:snmp
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
snmpd 963 root 6u IPv4 1374 UDP *:snmp
#

Tags: ,

Category: Linux Administration

Leave a Reply

You must be logged in to post a comment.