OA Exams
Which Linux command is used to view the disk usage of a directory?
Correct Answer: A) du
Explanation: The du command displays the disk usage of a directory in Linux.
Which Windows tool allows you to monitor system resource usage?
Correct Answer: A) Resource Monitor
Explanation: Resource Monitor is used to monitor system resource usage in Windows.
Which Linux command is used to display the first few lines of a file?
Correct Answer: A) head
Explanation: The head command displays the first few lines of a file in Linux.
Which Windows feature allows you to manage startup programs?
Correct Answer: A) Task Manager
Explanation: Task Manager allows you to manage startup programs in Windows.
Which Linux command is used to display the last few lines of a file?
Correct Answer: A) tail
Explanation: The tail command displays the last few lines of a file in Linux.
Which Windows command is used to stop a process by name?
Correct Answer: A) taskkill
Explanation: The taskkill command is used to stop a process by name in Windows.
Which Linux command is used to search for a specific string in files?
Correct Answer: A) grep
Explanation: The grep command is used to search for a specific string in files in Linux.
Which Windows tool is used to create a backup of system files?
Correct Answer: A) Backup and Restore
Explanation: Backup and Restore is used to create a backup of system files in Windows.
Which Linux command is used to terminate a process by its process ID (PID)?
Correct Answer: A) kill
Explanation: The kill command is used to terminate a process by its process ID (PID) in Linux.
Which Windows tool is used to automate repetitive tasks?
Correct Answer: A) Task Scheduler
Explanation: Task Scheduler is used to automate repetitive tasks in Windows.