Linux Quiz Questions
What type of virtualization should you deploy to provide a virtual desktop infrastructure?
Answer: Server Side
On linux, where are the commands required for system administration stored?
Answer: /sbin
Under the root directory in linux, which directory contains system commands and utilities?
Answer: /usr
Which of these commands is available only in linux?
- ipconfig
- nslookup
- dig
- ping
Answer: dig
What two commands are used to change the permissions and ownership of a file or directory in linux?
chmod and chown
Which of the following is not one of the three main types of linux commands?
Answer: Device Calls
What two commands below will halt a linux system immediately?
- a. halt
- b. shutdown -r now
- c. shutdown -H now
- d. shutdown -g now
Answer:
a. halt
c. shutdown -H now