IBM Books

IBM General Parallel File System for AIX: Administration and Programming Reference

Deleting GPFS access control lists

Use the mmdelacl command to delete the extended entries in an ACL of a file or directory, or the default ACL of a directory. For example, to delete the ACL for the directory project2, enter:

mmdelacl project2

To confirm the deletion, enter:

mmgetacl project2

The system displays information similar to:

#owner:uno
#group:system
user::rwx
group::r-x
other::--x

You cannot delete the base permissions. These remain in effect after this command is executed.

See the mmdelacl Command and the mmgetacl Command for complete usage information.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]