@laks wrote:
Ever wondered, how often you logged into your linux system? and how much time you spent on it ?
Just type
last -aFw
It will show the listing of last logged in sessions. If your system has multiple user accounts, then you will see their timing too.
You can also use
ac -ad
to know about summary user login times.
Posts: 1
Participants: 1