ln <source_file> [link_name or link_dirname]
Create (default hard) symbolic links to files
Arguments
Name | Description |
---|
source_file | filepaths, folders |
link_name or link_dirname | |
Options
Name | Description |
---|
-s <source_file> [link_name or link_dirname] | Create a symbolic link |
-v | Verbose |
-F <source_file> [link_name or link_dirname] | If link name already exists replace it |
-h | Don't follow symbolic links |
-f <source_file> [link_name or link_dirname] | If link name already exists unlink the old one before creating the new one |
-i <source_file> [link_name or link_dirname] | Prompt if proposed link already exists |
-n | Same as -h don't follow symbolic links |