operating systems Online Quiz - 79
Covers operating systems concepts including Windows Server, Windows architecture, and Unix/Linux command-line operations
Questions
Command to remove directory which is having few files inside.
- rmdir
- rm
- rm -r
- None
Command to rename a file in unix
- rename
- rm
- mv
- cp
wc command can be used to count the number of lines in a file
- True
- False
command to find a string inside a file.
- find
- grep
- search
- None
What is the purpose of sed command
- A Serial Editor
- A Stream Editor
- A shredder tool
- All the above
output=1;echo "2+3"|bc|read output | echo $output What is the output ?
- 1
- 5
- 0
- a Blank line
which command is used to create a zero byte file ?
- touch
- cat
- man
- vi
" ls >| output.log " will overwrite the ouput.log file if present
- True
- False
How to list the directory and files structure up to a depth of one directory
- ls -ltr
- ls -R
- ls *
- ls -L2
Originally code-named Monad, what is Microsoft's latest extensible command-line shell and scripting language?
- PowerShell
- Windows Management Instrumentation
- Microsoft DOS
- Bash
What X.500- and LDAP-based technology did Microsoft introduce into its domain structure with the release of Windows Server 2000?
- Group Policy
- Active Directory
- Open Directory
- eDirectory
The Windows OS architecture is highly modular and built on two layers. One layer is called User Mode. What is the other layer called?
- The Hardware Abstraction Layer (HAL)
- Hyper-V
- Kernel Mode
- Executive Services
Windows Server 2008 introduces a minimal installation option, known chiefly as "Windows without Windows." What is the official moniker of this option?
- Windows Server MiniMe
- Server Core
- Windows Preinstallation Environment (WinPE)
- Hyper-V
Fill in the blanks: To create a VPN in Windows NT 4.0, you would use the ____ protocol, which has been made obsolete in modern Windows VPNs through the use of the _____ protocol and IPSec
- PPTP and L2TP
- PPoE and SMTP
- SMTP and PPoE
- L2TP and PPTP