Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Picture this scenario: A program requires the use of a shared resource of some kind contained in a file named foo , but foo has

Picture this scenario: A program requires the use of a shared resource of some kind contained in a file named foo, but foo has frequent version changes. It would be good to
include the version number in the filename so the administrator or other interested party
could see what version of foo is installed. This presents a problem. If we change the
name of the shared resource, we have to track down every program that might use it and
change it to look for a new resource name every time a new version of the resource is installed. That doesn't sound like fun at all. Which of the following is the best method of addressing this?
Group of answer choices
Teach end-users to perform a manual update when new versions is installed.
Create a symbolic link.
Hire someone to perform a manual update when new versions is installed.
Copy all versions to the /bin directory.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

7. How might you go about testing these assumptions?

Answered: 1 week ago