check all user in linux code example
Example 1: ubuntu list users
cat /etc/passwd
Example 2: list all users linux
awk -F: '{ print $1}' /etc/passwd
Example 3: how to see our already added users in linux
$ users
tecmint
aaron
cat /etc/passwd
awk -F: '{ print $1}' /etc/passwd
$ users
tecmint
aaron