Answers for "symlinks in linux"

2

linux symlink file

ln -sf /path/to/file /path/to/symlink
Posted by: Guest on September-14-2021
9

how to create symlink in linux

ln -s <location_of_file1> <desired_location_of_symlink>
Posted by: Guest on November-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language