About Linux FAQ

Browse More FAQs:

Linux / UNIX advantage of creating soft links instead of copy a file

Posted by Vivek Gite [Last updated: June 6, 2007]

Q. What is the main advantage of creating soft / hard links to a file instead of copies of the file?

A. To make links between files you use ln command. To copy a file you use cp command. The main advantage is access permission. If you want to change the permissions for a a file called foo, 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.

Other advantages :

[a] Create a shortcut for example /webroot/home/httpd can be soft linked at /home/httpd

[b] Ease of management

[c] Save disk space etc

Please note that the link will show permissions of lrwxrwxrwx but that is for the link itself and not the access to the file.

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.