In Linux, the group database configuration file is ____.
A. /etc/group
B. /bin/group
C. /etc/bin/group
D. /bin/etc/group
Answer: A
You might also like to view...
Kerning is the adjusting of spacing ________
A) between certain pairs of letters B) between items in a bulleted list C) between all characters D) between lines in a paragraph
Windows ________ helps prevent viruses, spyware, and malicious or unwanted software from being installed on your PC without your knowledge
Fill in the blank(s) with correct word
The ability to automatically detect and configure newly installed hardware devices, such as a disk or tape drive is called ____.
A. Plug and Play B. DHCP C. dynamic configuration D. automatic configuration
Which statement correctly creates a set named rainbow that contains the 7 colors in a rainbow?
A. colors = ["red", "orange", "yellow", "green", "blue", "indigo", "violet"] rainbow = set(colors) B. colors = {red, orange, yellow, green, blue, indigo, violet} rainbow = colors C. colors = {red, orange, yellow, green, blue, indigo, violet} rainbow = colors D. colors = {"red", "orange", "yellow", "green", "blue", "indigo", "violet"} rainbow = colors.set