Question: 49
(Choose 1 answer)
Assuming there is an entry in /etc/passwd file (file stores essential information, which is required during login)
with the following content:
john:x:1002:1000:Jonh Henry::/bin/bash
Choose the best correct statement:
A. Username john and userid=1002
B. Username Jonh Henry and userid = 1002
C. Username = john and userid=1000
D. Username Jonh Henry and userid = 1000