LPI
102-350 · Question #137
102-350 Question #137: Real Exam Question with Answer & Explanation
Sign in or unlock 102-350 to reveal the answer and full explanation for question #137. 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 102-350 to see the answer
You've previewed enough free 102-350 questions. Unlock 102-350 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.