1) Which users have a userid = 0? 2) How many valid users exist? A user is valid if their shell is /bin/bash and their userid is either 0 or more than 999. 3) List every home directory that is used by more than one user. 4) Are there any users who's id and groupid differ? List them.