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
What command will generate a list of user names from /etc/passwd along with their login shell?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What command will generate a list of user names from /etc/passwd along with their login shell?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!