QuestionQ13
Problem Determination and ManagementAn administrator compares the lsuser command output with the contents of /etc/passwd. The lsuser output shows 116 user accounts, while /etc/passwd contains only 16.

What could explain this?
- A /etc/passwd contains only system accounts, all other users are in /etc/security/user
- B /etc/passwd doesn't play any role on AIX, the information is stored in /etc/security/passwd
- C /etc/passwd contains only local accounts, for other users an external user registry like LDAP is used
- D /etc/passwd doesn't contain any users, only references to other authentication mechanisms
Community Discussion