Print this page
12288 getfacl and setfacl could stand improvement

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/setfacl.1.man.txt
          +++ new/usr/src/man/man1/setfacl.1.man.txt
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15         setfacl [-r] -f acl_file file
  16   16  
  17   17  
  18   18  DESCRIPTION
  19   19         For each file specified, setfacl either replaces its entire ACL,
  20   20         including the default ACL on a directory, or it adds, modifies, or
  21   21         deletes one or more ACL entries, including default entries on
  22   22         directories.
  23   23  
  24   24  
       25 +       The setfacl utility can only manipulate POSIX-draft ACLs.  See acl(5)
       26 +       for a description of the difference between the older POSIX-draft ACLs
       27 +       and the newer NFSv4 ACLs.  The chmod(1) utility can be used to
       28 +       manipulate ACLs on all types of file system.
       29 +
       30 +
  25   31         When the setfacl command is used, it can result in changes to the file
  26   32         permission bits. When the user ACL entry for the file owner is changed,
  27   33         the file owner class permission bits are modified. When the group ACL
  28   34         entry for the file group class is changed, the file group class
  29   35         permission bits are modified. When the other ACL entry is changed, the
  30   36         file other class permission bits are modified.
  31   37  
  32   38  
  33   39         If you use the chmod(1) command to change the file group owner
  34   40         permissions on a file with ACL entries, both the file group owner
↓ open down ↓ 240 lines elided ↑ open up ↑
 275  281         /etc/passwd
 276  282                        password file
 277  283  
 278  284  
 279  285         /etc/group
 280  286                        group file
 281  287  
 282  288  
 283  289  SEE ALSO
 284  290         chmod(1), getfacl(1), umask(1), aclcheck(3SEC), aclsort(3SEC),
 285      -       group(4), passwd(4), attributes(5)
      291 +       group(4), passwd(4), acl(5), attributes(5)
 286  292  
 287  293  
 288  294  
 289      -                               December 19, 2006                    SETFACL(1)
      295 +                               February 8, 2020                     SETFACL(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX