CompTIA
XK0-001 · Question #138
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 correct answer is C. Make a symbolic link "utility" to the latest version. CompTIA XK0-001 Exam
GNU and Unix Commands
Question
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?
Options
- ACopy the latest version of the utility to "utility".
- BMove the latest version of the utility to "utility".
- CMake a symbolic link "utility" to the latest version.
- DMake a symbolic link from the latest version to "utility.lnk".
How the community answered
(34 responses)- A12% (4)
- B6% (2)
- C79% (27)
- D3% (1)
Explanation
CompTIA XK0-001 Exam
Topics
#symbolic links#ln#file management#versioning
Community Discussion
No community discussion yet for this question.