nerdexam
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)
  • A
    9% (3)
  • B
    71% (25)
  • C
    6% (2)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice