Sponsored Links

Maxabout.com > Tips

Links

Added on:8/22/2008 12:32:47 AM
In Linux Tips
 Rated by 1 users


  1. To create a symbolic link (somewhat similar to a 'shortcut' in Windows):
    ln -s filename newname

  2. If you delete or move the file, the symbolic links will be 'dangling'.

  3. To find and remove dangling links in a directory:
    symlinks -rd directory


Sponsored Links
Tools
Bookmark/Discuss