Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 118 Bytes

File metadata and controls

11 lines (8 loc) · 118 Bytes

Symlinks

ln -s <the file> <the symlink name>

Example:

ln -s /tmp/myfile.txt my_symlink