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

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

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

google shop client API returns 400 bad request error while adding an item -