list all users linux

Shell
awk -F: '{ print $1}' /etc/passwd
Source

Also in Shell: