Howto Find Last Login Time Linux

to find the last login time on a linux system simply run this command:

finger 'sort /etc/passwd | cut -f1 -d":"' | grep -i log | grep -i -B 1 last

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.