July 2, 2009
Does anyone know how to determine a user process through a single command in Solaris and Linux ? (Iam not speaking about ps command)
Here is the command
# pgrep -l -u <username>
eg: # pgrep -l -u test
This will display the PIDs and Process names
Eureka..
After this you can kill the process with its id
# kill <PID value>
Leave a Comment » |
Linux, solaris | Tagged: Linux, pgrep, process, solaris, user |
Permalink
Posted by elakatanish
May 26, 2009
Hi Guys,
I am Anish, the Solaris Dude in Accel IT Academy, Thrissur. I will be posting some tips about computers in general soon. This is my first here. Expect more..
take care..
Leave a Comment » |
Blogroll | Tagged: Accel, anish, solaris, thrissur |
Permalink
Posted by elakatanish