Display the /etc/passwd file, replacing all colons (:) with TABs. Display the /etc/services file, substituting one SPACE for each occurrence of multiple SPACEs.

What will be an ideal response?


$ cat /etc/passwd | tr ':' '\t'
$ cat /etc/services | tr -s ' '

Computer Science & Information Technology

You might also like to view...

In order to get started with the adoption of the BSIMM, an organization must form a _____________ to bring in stakeholders with relevant expertise.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

________ is the practice of hiding information within other information.

a) Steganography. b) Cryptography. c) Information filtering. d) None of the above.

Computer Science & Information Technology

What are the four panes shown in the Virtual Machine Manager Overview window?

A. Hosts, Virtual Machines, Recent Jobs, Library Resources B. Virtual Machines, Hosts, Events, Status C. Jobs, Events, Virtual Machines, Hyper-V Servers D. Virtual Storage, Virtual Networks, Virtual Machines, Active Hosts

Computer Science & Information Technology

When combining a field with any ________, ________, or spaces, they must be enclosed in quotations

Fill in the blank(s) with correct word

Computer Science & Information Technology