Quickly Get List Of Logged In Users And Last Boot Time In Linux Mint / Ubuntu

When using Linux Mint / Ubuntu or any *nix based system, it is quicker and actually efficient to get tasks done directly using the Terminal instead of the point and click stuff. Here is a simple command that will show you who has logged into the current system plus when the system was last booted up in Linux Mint and Ubuntu : 1. Open Terminal and type who -u -b 2. That’s it! This brings up a...