echo $USER;
cut -d: -f1 /etc/passwd or cat /etc/passwd
$ cat /etc/passwd | cut -d: -f1
who -H
getent passwd $LOGNAME | cut -d: -f7
cut -d: -f1 /etc/passwdCopy
# See who is logged in and what they are running ps au