whoami id
sudo -l
cat /etc/passwd cat /etc/passwd | cut -d : -f 1
-d delimiter
-f field
Real users will be towards the bottom, root user at the top
cat /etc/shadow cat /etc/group
history
sudo su -