Shell/Bash: create a symlink Example
Shell/Bash Example: This is the "create a symlink" Example. compiled from many sources on the internet by SimpleTutorials.org
create a symlink
ln -s [/path/to/file] [/path/to/symlink]
create symlink
ln -s source_file myfile
create symbolic link
ln -s source_file symbolic_link
create symbolic link
ln -s /path/to/original /path/to/link
* Summary: This "create a symlink" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!