![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with the History command | cleansing_flame | UNIX for Dummies Questions & Answers | 2 | 02-04-2008 08:25 AM |
| Command history in AIX | priya_v111 | Shell Programming and Scripting | 2 | 09-18-2006 11:48 AM |
| History command | akash_wagh | Filesystems, Disks and Memory | 0 | 08-31-2005 02:54 AM |
| Command history | a25khan | UNIX for Dummies Questions & Answers | 8 | 12-10-2003 02:05 AM |
| History Command | jack | UNIX for Dummies Questions & Answers | 2 | 08-01-2001 10:01 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Dear all,
I am using solaris 6 O.S. and root previlege.I want to know how to get history of commands given by diff. users logged into the server. I know that history command gives the list of previous commands for that particular log in session. In the simillar manner can I get simillar history for other users logged into the system without "whodo" command. Thanks in advance |
| Forum Sponsor | ||
|
|
|
|||
|
I can't speak directly for Solaris, but in HP-UX (my primary OS) each login of a user appends to a .sh_history file in the users home directory that contains all the commands a user last executed. (note that it is a hidden file). It doesn't have timestamps or anything, just a flat listing of commands ..
Give it a try, its worth a shot ... |