A system has a utility that is regularly updated with new versions. Rather than overwriting the older versions, they need to be retained for testing purposes. Therefore, they keep older versions in the following format: utility1.3 utility1.4 utility1.5 What is the best way the system can be set up so that users can simply type "utility" to run the latest version of the application?

A system has a utility that is regularly updated with new versions. Rather than overwriting the older versions, they need to be retained for testing purposes. Therefore, they keep older versions in the following format: utility1.3 utility1.4 utility1.5
What is the best way the system can be set up so that users can simply type "utility" to run the latest version of the application?








A. Copy the latest version of the utility to "utility".
B. Move the latest version of the utility to "utility".
C. Make a symbolic link "utility" to the latest version.
D. Make a symbolic link from the latest version to "utility.lnk".








Answer: C


Learn More :

CompTIA

Learn More Multiple Choice Question :