Ask a Question    Search Answers  

Category
Computers >> Programming Concepts

Question
What is the main advantage of creating links to a file instead of copies of the file?  (1 answers) Posted by: nvreddy   Ask a Friend

Answers
1.

The main advantage is not really that it saves disk space (though it does that too) but, rather, that a change of permissions on the file is applied to all the link access points. The link will show permissions of lrwxrwxrwx but that is for the link itself and not the access to the file to which the link points. Thus if you want to change the permissions for a command, such as su, you only have to do it on the original. With copies you have to find all of the copies and change permission on each of the copies.

    Answered by: venkatreddy04


    Add an Answer to this Question
    Add a New Question
    Notify updates to this question
    Mail to a Friend
Rate this answer:       Exact       Correct       somewhat correct       wrong       spam

User comments


  Which are not there in COM (MTS) ?
  Can we copy a COM dll to GAC folder?
  Disadvantages of COM components? ?
  What is the most graceful way to get to run level single user mode?
  What are the differences between require and include, include_once? ?
  Specify the areas in which the organizational assignments are made in PA? ?
  How will you develop a table control having 3 columns with only one editable?
  Explain the basics and defination of BADI ?
  How can you do ErrorMapping in Action class?
  What are the different Lookup methods used in Informatica?
  How can you create or import flat file definition in to the warehouse designer? ?
  What is the difference between URL encoding, URL rewriting, HTML escaping, and entity encoding? ?
  Does RMI-IIOP support dynamic downloading of classes?
  What motivates you to go the extra mile on a project or job?
Add New Question
Glossary
Ajax
Add Glossary
 
Copyright © 2009-10 Krify Software Technologies Pvt Ltd. All rights reserved.