OA Exams
Which Linux command is used to create a new file or update the timestamp of an existing file?
Correct Answer: A) touch
Explanation: The touch command is used to create a new file or update the timestamp of an existing file in Linux.
Which port is used by HTTPS for secure web traffic?
Correct Answer: B) Port 443
Explanation: Port 443 is used by HTTPS for secure web traffic.
Which Windows command is used to view active network connections?
Correct Answer: C) netstat
Explanation: The netstat command displays active network connections in Windows.
Which Linux command is used to copy files from one location to another?
Correct Answer: A) cp
Explanation: The cp command copies files from one location to another in Linux.
Which file system is used by macOS to provide optimized performance on SSDs?
Correct Answer: D) APFS
Explanation: APFS (Apple File System) provides optimized performance on SSDs in macOS.
Which Linux command is used to display the current working directory?
Correct Answer: A) pwd
Explanation: The pwd command displays the current working directory in Linux.
Which port is used by SSH for secure remote login?
Correct Answer: B) Port 22
Explanation: Port 22 is used by SSH (Secure Shell) for secure remote login.
Which Windows command is used to check the version of the operating system?
Correct Answer: A) winver
Explanation: The winver command displays the version of the Windows operating system.
Which Linux command is used to delete files?
Correct Answer: A) rm
Explanation: The rm command deletes files in Linux.
Which Windows tool allows you to create a backup of your files and restore them later?
Correct Answer: A) File History
Explanation: File History allows you to create a backup of your files and restore them later in Windows.
Which Linux command is used to display detailed information about running processes?
Correct Answer: A) ps
Explanation: The ps command displays detailed information about running processes in Linux.
Which port is commonly used for FTP traffic?
Correct Answer: A) Port 21
Explanation: Port 21 is commonly used for FTP (File Transfer Protocol) traffic.
Which Windows command is used to trace the route taken by packets to a destination?
Correct Answer: C) tracert
Explanation: The tracert command traces the route taken by packets to a destination in Windows.
Which Linux command is used to search for files by name?
Correct Answer: A) find
Explanation: The find command searches for files by name in Linux.
Which Windows tool is used to encrypt an entire drive?
Correct Answer: A) BitLocker
Explanation: BitLocker is used to encrypt an entire drive in Windows.
Which Linux command is used to change the ownership of a file?
Correct Answer: A) chown
Explanation: The chown command changes the ownership of a file in Linux.
Which Windows feature allows you to restore the system to a previous state?
Correct Answer: A) System Restore
Explanation: System Restore allows you to restore the system to a previous state in Windows.
Which Linux command is used to display the contents of a file?
Correct Answer: A) cat
Explanation: The cat command displays the contents of a file in Linux.
Which Windows command is used to copy files and directories with long names?
Correct Answer: B) robocopy
Explanation: The robocopy command is used to copy files and directories with long names in Windows.
Which Linux command is used to estimate file space usage?
Correct Answer: A) du
Explanation: The du command estimates file space usage in Linux.