linux下监控用户操作记录的工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下监控用户操作记录的工具相关的知识,希望对你有一定的参考价值。

linux下监控用户操作记录的工具:

apt-get install bsdutils

mkdir /opt/operation_log

chmod 777 -R /opt/operation_log

vi /etc/profile

exec script -t 2> /opt/operation_log/$USER-$UID-date +%F-%T.data -a -q -f /opt/operation_log/$USER-$UID-date +%F-%T.log

:wq

source /etc/profile

操作记录回放:

scriptreplay /opt/operation_log/root-0-2018-01-30-20\:11\:29.data /opt/operation_log/root-0-2018-01-30-20\:11\:29.log

以上是关于linux下监控用户操作记录的工具的主要内容,如果未能解决你的问题,请参考以下文章

linux系统监控:记录用户操作轨迹,谁动过服务器

Linux下记录所有用户的登录和操作日志

在Linux下记录所有用户的登录和操作日志

Linux监控工具nmon

服务安全与监控

linux6下网络环境监控工具smokeping部署