Create shortcut in linux


/ Published in: Other
Save to your folder(s)

Create shortcut in linux


Copy this code and paste it in your HTML
  1. first go to the directory where the shortcut will be created, after write:
  2.  
  3. ln -s /path directory or file target/ name_link
  4.  
  5. Example
  6. ln -s /var/discoadd/files/files/ files

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.