Where should you look for the configuration settings of your printer on a Linux computer?
A. /dev/printers
B. /root/devprint
C. /etc/cups
D. /home/printconf
Answer: C
You might also like to view...
To rethrow an exception, the exception handler must:
a. Use the throw; statement. b. Use the throw command with the same parameters as the original exception. c. Return a reference to whatever caused the original exception. d. Not have attempted to process that exception at all.
The command ________ executes a Java application.
a. run b. javac c. java d. None of the above
Give a justification for learning the process of installing structured cables, even though you only plan to support networks, not install them.
What will be an ideal response?
The conditional preprocessor directive ____ means "if not defined".
A. #ifdef B. #ifndef C. #ifnotdef D. #ifnotdefined