Aug 7, 2001 #1 krao Programmer Oct 14, 2002 1 US Hi, I would like to know how to trap processID in unix environoment.I want the userID of the person who is presently working on the system. Thanks Rao
Hi, I would like to know how to trap processID in unix environoment.I want the userID of the person who is presently working on the system. Thanks Rao
Aug 7, 2001 #2 ayjaycee Technical User Mar 5, 2001 291 GB Not sure exactly what you're after! - To see who's logged on, try finger or who. - to see what processes are running, try ps -ef (NB: the options may be different on your flavour of *nix) - If you've got it, use top. This'll probably be what you're after TandA http://www.tanda.f2s.com Upvote 0 Downvote
Not sure exactly what you're after! - To see who's logged on, try finger or who. - to see what processes are running, try ps -ef (NB: the options may be different on your flavour of *nix) - If you've got it, use top. This'll probably be what you're after TandA http://www.tanda.f2s.com
Aug 9, 2001 #3 IPconfig Technical User Jun 9, 2001 41 UG man ps ..that should show you the way Upvote 0 Downvote