RE: HOw to identify Unix process owned by a user

RE: HOw to identify Unix process owned by a user

 

  

How do i identify/differentiate wat commands i have issued and what all
commands other has issued when both of us has logged in as same user.

If you know the pts ("who am i" will show you)
Then:

ps -ft pts/N

will show commands currently associated with that pts

-----Original Message-----
From: Pham Hung
[mailto:oracledba-ezmlmshield-x52064717.[Email address protected]
Sent: Wednesday, October 06, 2004 9:37 AM
To: LazyDBA Discussion
Subject: RE: HOw to identify Unix process owned by a user


ptree username

-----Original Message-----
From: Parul Patel
[mailto:oracledba-ezmlmshield-x93537311.[Email address protected]
Sent: Wednesday, October 06, 2004 10:51 AM
To: LazyDBA Discussion
Subject: HOw to identify Unix process owned by a user


Hi All,

Is there any way to find out the processes that i as a user have
specifically initiated .
I have logged into Unix os as abc/abc user.
and have issued some unix commands.Like
ps -wef
ls
sqlplus username/passwd
.
.
.
.
.
.

Another user also has logged in using same username and password i.e
abc/abc
and also issues the same command
sqlplus username/password
ps -wef
ls
.
.
.


How do i identify/differentiate wat commands i have issued and what all
commands other has issued when both of us has logged in as same user.

Any idea would e of great help

TIA
-Parul





--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html



--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html


--
This message has been scanned for viruses and dangerous content by
MailScanner, and is believed to be clean.

Douglas County, Oregon
www.co.douglas.or.us


Oracle LazyDBA home page