Answers for "wtmp is not readable"

0

wtmp is not readable

# 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.
Posted by: Guest on June-12-2020

Code answers related to "wtmp is not readable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language