标签: linux shell ubuntu
请帮助我查找自最近6个月以来未在ubuntu计算机上登录的所有非活动用户。
谢谢!
答案 0 :(得分:1)
您可以在终端上尝试last -f /var/log/wtmp或last -f /var/log/wtmp.1命令,以在我的计算机上登录和注销1个半月(ubuntu 14.04)。 因为在更高版本的ubuntu中,日志文件会在1个月后清除。
last -f /var/log/wtmp
last -f /var/log/wtmp.1