Skip to main content

Posts

Showing posts with the label symbolic

Symbolic Link

Symbolic Link A symbolic link is a pointer to another file or directory. It can be used just like the original file or directory. A symbolic link appears in a long listing (ls -l) with a reference to the original file/directory. A symbolic link, as opposed to a hard link, is required when linking from one filesystem to another and can be used within a filesystem as well. ln -s /path/to/original/ /path/to/linkName download  file  now