0% found this document useful (0 votes)
47 views3 pages

Managing ACLs in Linux Systems

This document discusses configuring and applying access control lists (ACLs) on a Linux system. It describes adding the 'acl' option to /etc/fstab, remounting the root filesystem as read-write, creating a test directory and adding a new user. Then it shows applying read/write/execute permissions for the new user on the test directory, checking the permissions, removing permissions, and removing the ACL entry for the user.

Uploaded by

Shankar Sha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views3 pages

Managing ACLs in Linux Systems

This document discusses configuring and applying access control lists (ACLs) on a Linux system. It describes adding the 'acl' option to /etc/fstab, remounting the root filesystem as read-write, creating a test directory and adding a new user. Then it shows applying read/write/execute permissions for the new user on the test directory, checking the permissions, removing permissions, and removing the ACL entry for the user.

Uploaded by

Shankar Sha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

ACL - Access Control Lists

• #vim /etc/fstab - add permission /,acl

• #mount –o remount,rw /

• Mkdir /acl

• Useradd salem

• Passwd salem
Apply acl permission
• setfacl –m u:salem:rwx /acl
• getfacl /acl

• setfacl –m u:salem:--- /acl


• getfacl /acl

• setfacl –x u:salem /acl


• getfacl /acl

You might also like