howto show a list of users in an ubuntu server code example Example 1: ubuntu list users cat /etc/passwd Example 2: list all user ubuntu server cut -d: -f1 /etc/passwd