whoami

Show the current effective username

whoami prints just the current username, simpler than id. Use after su or sudo -s to confirm you've switched to the right user.

Example

$ whoami
ubuntu
Tip: Type it yourself in the terminal below - reading is not the same as doing.