User Enumeration
Who are you?
whoami
id
View sudo permissions
sudo -l
View other users
cat /etc/passwd
cat /etc/passwd | cut -d : -f 1
-d delimiter
-f field
Sensitive files
cat /etc/shadow
cat /etc/group
Check the history
history
Try switching users
sudo su -