|
|
Sponsored Links
|
Maxabout.com > Tips
LinksAdded on:8/22/2008 12:32:47 AM In Linux Tips Rated by 1 users
- To create a symbolic link (somewhat similar to a 'shortcut' in Windows):
ln -s filename newname
- If you delete or move the file, the symbolic links will be 'dangling'.
- To find and remove dangling links in a directory:
symlinks -rd directory
|
Sponsored Links
Tools
Bookmark/Discuss
|
|
|