Operating System Commands: Linux, DOS, and Windows
Test your knowledge of essential commands across different operating systems including Linux/Unix utilities, DOS commands, and Windows 7 features. Covers process management, file permissions, system configuration, memory management, and more.
Questions
The Feature in windows 7 that enhances the display.
- Peep Feature
- Peek Feature
- Aerodydamic Feature
- Aero Feature
You can connect to your home PC media library while you're away using..
- Remote Media Communicating
- Remote Media Streaming
- Remote Media Connection
- Remode Media Managing
which Command Scans your computer for known viruses.
- TYPE
- MSAV
- JOIN
- ATTRIB
which Command is Used to load a file with country-specific information.
- FUNC
- COUNTRY
- MEM
- NLSFUNC
which Command is used to continuously monitors your computer for viruses and displays a warning when it finds one.
- VIRUSVIEW
- KEYB
- VSAFE
- MKDIR
which Command is Used in the CONFIG.SYS file to tell DOS which device driver to load.
- MODE
- DEVICE
- PATH
- PROMPT
which Command is Used to gain access to CD-ROM drives (new with DOS Version 6).
- MSCDEX
- INCLUDE
- DIR
- FCBS
which Command is used to Display the contents of a file.
- SHOW
- TYPE
- READ
- VER
which Command is used to Transfer the operating system files to another disk.
- FDISK
- DATE
- FORMAT
- SYS
which Command is used to Provide detailed technical information about your computer.
- CD
- MSD
- XCOPY
- CONVERT
which Command is used to Save disk storage information that can be used to recover accidentally erased files.
- MIRROR
- VIRTUAL
- CHKDSK
- EXIT
which Command is used to Display amount of installed and available memory, including extended, expanded, and upper memory.
- RMDIR
- DEL
- MEM
- DELOLDOS
which Command is used to Ensure that a program is loaded above the first 64K of conventional memory, and runs the program.
- LOADHIGH
- DISKCOMP
- EXPAND
- LOADFIX
which Command is Used in the CONFIG.SYS file to set parameters for a disk drive.
- DRIVPARM
- FOR
- GOTO
- MEMMAKER
What write permission for a directory means?
- You only can list the contents of that directory.
- You can change to that directory.(Making that directory as present working directory)
- You can create new content inside that directory.
- Write permission for a directory wont effect anything.
What umask = 0002 means?
- Files have default permission as rw-rw-r--.and for directory it is as rwxrwxr-x
- Files have default permission as r--r--r--.and for directory it is as r-xr-xr-x
- Files have default permission as rw-rw-rw-.and for directory it is as rw-rw-rw-
- None of the above.
Command to list all open files in a Linux System.
- lsof
- ls .open
- lsopen
- lsof -x
Command kill -9 ............
- Request kernel to kill a process
- Ask user to terminate the process or not.
- There os no such command exist.
- Order kernel to kill a process.
Read following two commands: cat | sort sort < cat What is the diffrence between both the commands?
- First command will display the file in sorted order.But second result an error.
- Second command will display the file in sorted order.But first result an error.
- Both give the same result, Display the file in a sorted order.
- Both command will work but only first result in a sorted file.
Difference Between date & time command in Linux Machine.
- date command gives current date and time and time , time command wont exist in Linux.
- date command gives current date and time , time command wont give current time.
- date command gives current date , time command gives current time.
- date command gives current date and time , time command gives current time.