IBM Books

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

mmdelacl Command

Name

mmdelacl - Deletes a GPFS access control list.

Synopsis

mmdelacl [-d] Filename

Description

Use the mmdelacl command to delete the extended entries of an access ACL of a file or directory, or to delete the default ACL of a directory.

Parameters

Filename
The path name of the file or directory for which the ACL is to be deleted. If the -d option is specified, Filename must contain the name of a directory.

Options

-d
Specifies that the default ACL of a directory is to be deleted.

Exit status

0
Successful completion.

1
A failure has occurred.

Security

The mmdelacl command may only be issued by the file or directory owner.

You may only issue the mmdelacl command from a node in the GPFS nodeset where the file system is mounted.

In an SP environment, verify the authentication method set for SP security services:

  1. If your authentication method is set to compatibility, Kerberos authentication is required. Issue the k4init command.
  2. If your authentication method is set to DCE, dce_login authentication is required.
  3. If your authentication method is set to NONE/std, there must be an entry in the /etc/sysctl.mmcmd.acl file on every node in the nodeset for the root user at every other node in the nodeset.

For further information, see the latest IBM Parallel System Support Programs for AIX: Administration Guide, IBM Parallel System Support Programs for AIX: Command and Technical Reference, and RS/6000: Planning Volume 2, Control Workstation and Software Environment manuals at www.rs6000.ibm.com/resource/aix_resource/sp_books/pssp. Search for information on sysctl.

Examples

To delete the default ACL for a directory named project2, enter:

mmdelacl -d project2

To confirm the deletion, enter

mmgetacl -d project2

The system displays information similar to:

#owner:uno
#group:system
 

See also

mmeditacl Command

mmgetacl Command

mmputacl Command

Location

/usr/lpp/mmfs/bin


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