List of questions
Related questions
Question 163 - XK0-005 discussion
A systems administrator wants to list all local accounts in which the UID is greater than 500. Which of the following commands will give the correct output?
A.
find /etc/passwd -size +500
B.
cut -d: fl / etc/ passwd > 500
C.
awk -F: ‘$3 > 500 {print $1}' /etc/passwd
D.
sed '/UID/' /etc/passwd < 500
Your answer:
0 comments
Sorted by
Leave a comment first