ln -s : Symbolic Links
Creating symbolic links in the command line
Syntax
ln -s /path/to/file /path/to/linkCreate a symbolic link in current directory
ln -s /path/to/file .Command Options / switches
Last updated