List of questions
Related questions
Question 57 - 101-500 discussion
What command will generate a list of user names from /etc/passwd along with their login shell?
A.
column -s : 1,7 /etc/passwd
B.
chop -c 1,7 /etc/passwd
C.
colrm 1,7 /etc/passwd
D.
cut -d: -f1,7 /etc/passwd
Your answer:
0 comments
Sorted by
Leave a comment first