diff options
author | Kenneth D'souza <kdsouza@redhat.com> | 2019-04-22 11:23:41 +0530 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-05-07 15:51:48 -0700 |
commit | 43f389bb3759ea49efb705acd2d314fd91a7bc57 (patch) | |
tree | c20a4a431d016af88a339eaa3ad380f8eae30b9c /getcifsacl.rst.in | |
parent | 1e4fca25948d52fc29410963663f3af72275bcb6 (diff) | |
download | cifs-utils-43f389bb3759ea49efb705acd2d314fd91a7bc57.tar.gz cifs-utils-43f389bb3759ea49efb705acd2d314fd91a7bc57.tar.bz2 cifs-utils-43f389bb3759ea49efb705acd2d314fd91a7bc57.zip |
getcifsacl: Add support for -R(recursive) option.
Add support for -R option so we can list the ACLs of all files and
directories recursively.
Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
Diffstat (limited to 'getcifsacl.rst.in')
-rw-r--r-- | getcifsacl.rst.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/getcifsacl.rst.in b/getcifsacl.rst.in index 21a10cd..ffde968 100644 --- a/getcifsacl.rst.in +++ b/getcifsacl.rst.in @@ -43,6 +43,9 @@ OPTIONS flags are displayed in hexadecimal format, a SID is not mapped to a name. +-R + List the ACLs of all files and directories recursively. + ***** NOTES ***** |