You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2014/02/11 23:20:43 UTC

svn commit: r1567422 - /hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

Author: cnauroth
Date: Tue Feb 11 22:20:42 2014
New Revision: 1567422

URL: http://svn.apache.org/r1567422
Log:
HDFS-5625. Add documentation example for setting a default ACL. Contributed by Chris Nauroth.

Modified:
    hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

Modified: hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
URL: http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm?rev=1567422&r1=1567421&r2=1567422&view=diff
==============================================================================
--- hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm (original)
+++ hadoop/common/branches/HDFS-4685/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm Tue Feb 11 22:20:42 2014
@@ -444,6 +444,8 @@ setfacl
 
       * <<<hdfs dfs -setfacl -R -m user:hadoop:r-x /dir>>>
 
+      * <<<hdfs dfs -setfacl -m default:user:hadoop:r-x /dir>>>
+
    Exit Code:
 
    Returns 0 on success and non-zero on error.