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
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from t
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!