Run the man ls > ~/linux/ls.man command on your system. This command will put the man page for the ls command in the ls.man file in your ~/linux directory. Give the command for printing two copies of this file on a printer in your lab. What command did you use?
What will be an ideal response?
The following command can be used to perform the above task. You can print on a specific printer by specifying the printer after the -P option.
lpr -n2 ~/linux/ls.man
Computer Science & Information Technology
You might also like to view...
A cascading delete will delete all related records on the many side
Indicate whether the statement is true or false
Computer Science & Information Technology
What are serial interfaces used for? Choose all that apply
a. To establish a WAN connection b. To establish communication with a router via a console on a remote WAN c. To make a back-to-back connection between routers in the lab d. To connect to a terminating device such as a switch or a computer
Computer Science & Information Technology