📜  wtmp 不可读 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.338000             🧑  作者: Mango

代码示例1
# To open wtmp file and view it’s content use blow command
last -f /var/log/wtmp

#To see still logged in users view utmp file use last command
last -f /var/run/utmp

# To view btmp file use same command
last -f /var/log/btmp

# Sample output of last -f wtmp command output.