Linux_FoundationLinux_Foundation
LFCS · Question #855
LFCS Question #855: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #855. The question stem and answer options stay visible for context.
Submitted by diego_uy· Apr 18, 2026Essential Commands
Question
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Options
- Afmt -f 1,4 /etc/passwd
- Bsplit -c 1,4 /etc/passwd
- Ccut -d : -f 1,4 /etc/passwd
- Dpaste -f 1,4 /etc/passwd
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS 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.
Topics
#cut command#text processing#file manipulation#/etc/passwd