Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which of the following commands determines the
Q31: Which of the following fields can be
Q32: Which of the following commands is used
Q33: Which Debian package management tool asks the
Q34: What command displays all aliases defined in
Q36: Which of the following programs can be
Q37: Immediately after deleting 3 lines of text
Q38: Which utility would be used to change
Q39: After issuing: function myfunction { echo $1
Q40: What is true regarding TCP port 23?<br>A)