I know the 'history' command give me a list of the commands I have typed into the Unix terminal.
How do I see the command history for all of the users currently logged onto the system?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You get a list of currently logged in users in Furthermore, if a user is logged in multiple times, the .bash_history file is not always reliable. To read the | |||||
feedback
|