Produce a long listing of the /etc, /usr/bin, and /sbin directories, sending the output to a file and running the command in the background (Sobell, page 148).

What will be an ideal response?


$ ls -l /etc /usr/bin /sbin > ls.big &
[1] 17392

Computer Science & Information Technology

You might also like to view...

To access the element in row r and column c, C++ uses the formula (COLS and ROWS are constant integers):

a) ROWS * c + r b) COLS * c + r c) ROWS * r + c d) COLS * r + c

Computer Science & Information Technology

Outline two reasons why the design method works

What will be an ideal response?

Computer Science & Information Technology

Select the PowerShell command that will shut down and then restart the VM.

A. Shutdown-VM -Restart B. VM-shutdown -Restart C. Restart-VM D. Shutdown-VM

Computer Science & Information Technology

What are the critical components of a TCP header?

What will be an ideal response?

Computer Science & Information Technology