create and show all users linux ubuntu show code example Example 1: ubuntu list users cat /etc/passwd Example 2: list users in ubuntu cut -d: -f1 /etc/passwd