![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| Verifying if the shell command executed or not? | eamani_sun | Shell Programming and Scripting | 3 | 05-13-2008 12:18 AM |
| How to test whether a move command has been well executed | Lutchumaya | Shell Programming and Scripting | 6 | 01-24-2007 11:56 PM |
| problem executed shell command from PL/SQL | alodvg | Shell Programming and Scripting | 2 | 08-25-2006 11:58 PM |
| how to find the exit status for the last executed command | vijay.amirthraj | UNIX for Dummies Questions & Answers | 1 | 07-04-2006 07:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Any way to know wt command has been executed from last 2-3 days ?
Is there any way to know, what I have executed on UNIX Command prompt from last 2-3 days ?
One more point, some systems are interconnected, is there any way to know, who others have executed what command from last 2-3 days ? I am in big trouble guys. Please help me out ASAP. I am working in service-based company. Something has happened in last two days and everybody is blaming me for the work that I am damn sure didn’t do it. My PM is not able to say anything… I have to prove myself. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
check the history command
man history for details |
|
#3
|
|||
|
|||
|
history command will not work... By default history is set to display only last 20 commands... Any other way ??
|
|
#4
|
|||
|
|||
|
After the fact, not really. Some systems have process accounting (google for "acct") but it's unlikely yours does.
Can you correlate the calamities with a time you were not logged in ...? See last(1) and wtmp |
|||
| Google The UNIX and Linux Forums |