From: dparmar18 Date: Tue, 17 May 2022 06:16:00 +0000 (+0530) Subject: doc/man/cephfs-shell.rst: documentation of ln command X-Git-Tag: v18.0.0~541^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45998%2Fhead;p=ceph.git doc/man/cephfs-shell.rst: documentation of ln command Signed-off-by: Dhairya Parmar --- diff --git a/doc/man/8/cephfs-shell.rst b/doc/man/8/cephfs-shell.rst index 502423d25376..ea4d665b3ddf 100644 --- a/doc/man/8/cephfs-shell.rst +++ b/doc/man/8/cephfs-shell.rst @@ -164,6 +164,24 @@ Usage : * file - name of the file +ln +-- + +Add a hard link to an existing file or create a symbolic link to an existing +file or directory. + +Usage: + + ln [options] [link_name] + +* target - file/directory to which a link is to be created +* link_name - link to target with the name link_name + +Options: + -s, --symbolic Create symbolic link + -v, --verbose Print name of each linked file + -f, --force Force create link/symbolic link + cd --