Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'additional hint: see all processes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
additional hint: see all processes
Authored by: doctype on Apr 26, '07 08:14:48AM
This command lists only the processes of the current user. If you want to see all (e.g. maybe the attacker got root access?), you would have to prepend sudo to run the command as root (administrator/"super user"):

sudo lsof -i | grep LISTEN

You will then be asked for your (administrator) password: The password you may use to login into your account (if it is a privileged account).

[ Reply to This | # ]