Operating Systems Commands and Features
Test your knowledge of UNIX/Linux commands, Windows keyboard shortcuts, and general operating system concepts including file management, system utilities, and OS features.
Questions
Which command to rename the directory
- rename
- rn
- mv
- other
Which command to remove the directory contains list of files
- rmdir –s directoryname
- rmdir directoryname
- rmdir -r directoryname
- other
How to display number of lines in a file
- wc –l
- wc –line
- wc –c
- other
how to change the ownership of the file
- chmod
- chowner
- chown
- others
how to search the strings in a file
- grep
- search
- check
- other
how to join the files
- join
- paste
- merge
- combine
how to split a file into different files
- split
- SPLIT
- cut
- CUT
Which of the following is not an Operating System
- Debian
- BSD
- eCos
- VyWorks
Operating System features..
- Process Management
- Interrupts
- Networking
- Security
- Memory Management
Which of the following are the versions of Microsoft Windows OS?
- Windows 7
- Windows Me
- Windows CT
- Windows CE
To restore the active console window
- CTRL+F3
- CTRL+F4
- CTRL+F5
- CTRL+F1
To open the utility manager
- CTRL+SHIFT+V
- Windowslogo+U
- Windowslogo
- CTRL+U
To lock keyboard
- CTRL+L
- CTRL+SHIFT+K
- CTRL+SHIFT+L
- Windowslogo+L
To open MYcomputer
- Windowslogo+F
- Windowslogo+E
- CTRL+E
- CTRL+SHIFT+E
To open the help topic
- F2
- F3
- F1
- F5
Write a command to display a file’s contents in various formats?
- $od file_name
- $od -cbd file_name
- $od -cb file_name
- $od -c file_name
Is it possible to create new a file system in UNIX?
- NO
- Yes
- Yes,'mkfs’ is used to create a new file system.
- NO, Cannot use ' mkfs’
Is it possible to restrict incoming message?
- NO
- NO , mesg canot be used
- Yes
- Yes, using the ‘mesg’ command.
Name the data structure used to maintain file identification?
- filter
- kernel
- inode
- Shell
How many prompts are available in a UNIX system?
- 10
- 6
- 8
- 2