Linux history记录添加命令执行时间、用户、IP
在/etc/profile最后添加以下命令:
export HISTTIMEFORMAT="%F %T `who am i | awk '{ print $1 $5 }'` "
清除本次会话history:
history -r
在/etc/profile最后添加以下命令:
export HISTTIMEFORMAT="%F %T `who am i | awk '{ print $1 $5 }'` "
清除本次会话history:
history -r