shell - Check who delete files via SSH -


how can check delete file in directory via ssh(if have root)? maybe check run command delete ? or log in on server?

the who command tell users logged in.

regarding viewing history of other users, this answer might you. command below (if user using bash shell).

grep -e "$pattern" /home/*/.bash_history 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -