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
Post a Comment