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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -