Guest User

Untitled

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Symbolic Links
  2.  
  3. `Symbolic Links` allow you to create a link to a given folder so you don't need to write its full path.
  4.  
  5. Here is an example:
  6.  
  7. ```
  8. ln -s ~/../../mnt/c/Users/username/Documents/projects projects
  9. ```
  10.  
  11. Once this is done, we should be able navigate to that folder by using `cd projects`.
Add Comment
Please, Sign In to add comment