From: Varsha Rao Date: Thu, 7 May 2020 11:27:24 +0000 (+0530) Subject: doc/cephfs-shell: Add du command usage X-Git-Tag: v16.1.0~2371^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=653c569ee2af3498d9086b9b4c16b77a894a08e3;p=ceph.git doc/cephfs-shell: Add du command usage Fixes: https://tracker.ceph.com/issues/44788 Signed-off-by: Varsha Rao --- diff --git a/doc/cephfs/cephfs-shell.rst b/doc/cephfs/cephfs-shell.rst index 1001c8b1161..aed5a7ec91c 100644 --- a/doc/cephfs/cephfs-shell.rst +++ b/doc/cephfs/cephfs-shell.rst @@ -455,3 +455,19 @@ Usage : Options: -h, --help Shows the help message + +du +-- + +Show disk usage of a directory + +Usage : + + du [-h] [-r] [paths [paths ...]] + +* paths - name of the directory + +Options: + -h, --help Shows the help message + + -r Recursive Disk usage of all directories