Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Track the Server Activity!!!

Status
Not open for further replies.

arjagadish

Technical User
Jan 6, 2003
36
0
0
IN
Hellow to All,

I need to track the server activities on my RedHat Linux 7.2/7.3 Server.

Is there any way to do it.

Basically, like who is accessing which file, who deleted the files and logs like that.

Thx in Advance.
 
Hi,
The .bash_history files in the home directories will give you some recent history of activity.
 
You could also put a script command in the login file .bashrc, .profile, etc... depending on the shell they login with.

script /home/dummy/script.txt

This will script everything that crosses a users screen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top