LPI
117-102 · Question #37
117-102 Question #37: Real Exam Question with Answer & Explanation
Sign in or unlock 117-102 to reveal the answer and full explanation for question #37. The question stem and answer options stay visible for context.
Question
Which of the following commands shows ONLY the user id of Bob? (Select TWO)
Options
- Acat /etc/passwd | grep Bob | cut -d: -f3
- Bcat /etc/passwd | grep Bob | cut -f: -d3
- Cgrep Bob /etc/passwd | awk -F: '{ print $3 }'
- Dgrep Bob /etc/passwd | awk -f: '{ print $3 }'
- Egrep Bob /etc/passwd | cut -F: -d3
Unlock 117-102 to see the answer
You've previewed enough free 117-102 questions. Unlock 117-102 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.