In Windows, the 'Robocopy' command is used for: MCQ with Answer and Explanation

In Windows, the 'Robocopy' command is used for:
A. Both A and C
B. Synchronizing folders
C. Robust file copy with advanced options for networks and backups
D. Copying files only within the same drive
Answer: Option A
Solution (By JKSSB Mock Tests)
Robocopy (Robust File Copy) is a powerful command-line tool for copying and synchronizing directories, with retry and logging features.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1
Which of the following is a security feature in Windows that prevents unauthorized code from running?
A. Windows Firewall
B. Windows Defender
C. User Account Control (UAC)
D. BitLocker

Correct Answer: Option C


Explanation:
UAC prompts users for permission when programs try to make system changes, preventing unauthorized actions.

This question belongs to: Computer Operating Systems
Question #2
Which Linux command is used to display the system's current runlevel?
A. runlevel
B. systemctl get-default
C. All of the above
D. who -r

Correct Answer: Option C


Explanation:
runlevel and who -r show the current and previous runlevel; systemctl get-default shows default target.

This question belongs to: Computer Operating Systems
Question #3
What command-line tool can be used in Linux to find the configuration metadata of network interfaces and IP addresses?
A. ip address (or ifconfig)
B. ping
C. netstat -s
D. ipconfig

Correct Answer: Option A


Explanation:
Linux environments use the modern 'ip address' command (or legacy 'ifconfig') to inspect network card settings, MAC paths, and assigned IP values.

This question belongs to: Computer Operating Systems