Get the users connected to different
To get the users connected to different ports through various
services,use the command line utlity
"fuser" .
A example of the same is like
# fuser -u -v -n tcp 22
this will give the list of users connected to tcp port 22 .