PrepAway - Latest Free Exam Questions & Answers

which the user ‘bob’ belongs?

Which of the following is the quickest way to create a file that lists groups to which the user ‘bob’ belongs?

PrepAway - Latest Free Exam Questions & Answers

A.
cd /etc; cat groups | grep bob | vi > bob_groups.txt

B.
find /etc/passwd bob >> bob_groups.txt

C.
grep bob /etc/group > bob_groups.txt

D.
whereis bob >> bob_groups.txt

One Comment on “which the user ‘bob’ belongs?


Leave a Reply