Return to Snippet

Revision: 70849
at August 3, 2016 03:52 by ironcrema


Initial Code
first go to the directory where the shortcut will be created, after write:

ln -s /path directory or file target/ name_link

Example 
ln -s /var/discoadd/files/files/ files

Initial URL


Initial Description
Create shortcut in linux

Initial Title
Create shortcut in linux

Initial Tags


Initial Language
Other