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


You need to login to view comments.