]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/man/cephfs-shell.rst: documentation of ln command
authordparmar18 <dparmar@redhat.com>
Tue, 17 May 2022 06:16:00 +0000 (11:46 +0530)
committerdparmar18 <dparmar@redhat.com>
Wed, 6 Jul 2022 11:01:28 +0000 (16:31 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
doc/man/8/cephfs-shell.rst

index 502423d253764a74c7533d20f0385856d7bb41ac..ea4d665b3ddfed688de3c547860adf1523aac796 100644 (file)
@@ -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] <target> [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
 --