diff --git a/pages/common/ln.md b/pages/common/ln.md index 1f38d603982f2b..9c2bb1202c5edc 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -7,6 +7,10 @@ `ln {{[-s|--symbolic]}} /{{path/to/file_or_directory}} {{path/to/symlink}}` +- Create a symbolic link relative to where the link is located: + +`ln {{[-s|--symbolic]}} {{path/to/file_or_directory}} {{path/to/symlink}}` + - Overwrite an existing symbolic link to point to a different file: `ln {{[-sf|--symbolic --force]}} /{{path/to/new_file}} {{path/to/symlink}}`