码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 历史命令加时间戳,message记录用户的操作时间和命令

时间:2019-10-09 19:31:57      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:ESS   command   命令   format   history   log   inux   etc   echo   

在/etc/profile或/etc/profile.d/下,或者在/etc/init.d/rc.local里加下面一段命令:

export HISTTIMEFORMAT="%F %T whoami "
export PROMPT_COMMAND=‘{ msg=$(history 1 | { read x y; echo $y; }); logger "[euid=$(whoami)]":$(who am i):[pwd]"$msg";}‘

Linux 历史命令加时间戳,message记录用户的操作时间和命令

标签:ESS   command   命令   format   history   log   inux   etc   echo   

原文地址:https://blog.51cto.com/afterdawn/2440873

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!