LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 101-400 Question # 4 Topic 1 Discussion

LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 101-400 Question # 4 Topic 1 Discussion

101-400 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?


A.

fmt -f 1,4 /etc/passwd


B.

split -c 1,4 /etc/passwd


C.

cut -d : -f 1,4 /etc/passwd


D.

paste -f 1,4 /etc/passwd


Get Premium 101-400 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.