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 ' '
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).
________ is the practice of hiding information within other information.
a) Steganography. b) Cryptography. c) Information filtering. d) None of the above.
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
When combining a field with any ________, ________, or spaces, they must be enclosed in quotations
Fill in the blank(s) with correct word