I'm primarily a
User Developer Sysadmin A mixture Something else entirely .. ( 689 votes ~ 10 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article How to find out which process is listening upon a port:
#1 Re: How to find out which process is listening upon a port Posted by dkg (216.254.xx.xx) on Wed 13 Jul 2005 at 04:09 fuser is also a pretty useful tool. it's part of the psmisc package man fuser ... EXAMPLES fuser -km /home kills all processes accessing the file system /home in any way. if fuser -s /dev/ttyS1; then :; else something; fi invokes something if no other process is using /dev/ttyS1. fuser telnet/tcp shows all processes at the (local) TELNET port. ...
man fuser ... EXAMPLES fuser -km /home kills all processes accessing the file system /home in any way. if fuser -s /dev/ttyS1; then :; else something; fi invokes something if no other process is using /dev/ttyS1. fuser telnet/tcp shows all processes at the (local) TELNET port. ...
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account