Show last logged in users and pipe to head for the last 30.
last | head -n30

Category: Linux Tags:
Linux: Use a command terminal, such as xterm or konsole.
Windows: Start > Run, type cmd.exe and press Enter for the command prompt.
Show last logged in users and pipe to head for the last 30.
