Oracle
1Z0-409 · Question #18
The user smith has issued the command: cut -f1,3 -d: /etc/passwd | tr a-z A-Z > file1.txt What could be the purpose of using this command?
The correct answer is B. to map the username along with UIDs on the system in uppercase to file1.txt. See the full explanation below for the reasoning.
Question
The user smith has issued the command:
cut -f1,3 -d: /etc/passwd | tr a-z A-Z > file1.txt What could be the purpose of using this command?
Options
- Ato map the username, UID, GID on the system in uppercase to file1.txt
- Bto map the username along with UIDs on the system in uppercase to file1.txt
- Cto map the username, UID, passwords on the system in lowercase to file1.txt
- Dto map the username along with passwords on the system in uppercase to file1.txt
How the community answered
(35 responses)- A9% (3)
- B71% (25)
- C6% (2)
- D14% (5)
Community Discussion
No community discussion yet for this question.