LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Enable ACL in RHEL 5 (https://www.linuxquestions.org/questions/linux-security-4/enable-acl-in-rhel-5-a-882800/)

yamujanu 05-26-2011 06:11 AM

Enable ACL in RHEL 5
 
hi ,

i am using RHEL 5, how to enable ACl in /etc/fstab

Thanks in Advance

EricTRA 05-26-2011 06:21 AM

Hello and Welcome to LinuxQuestions,

By Googling for it. That should be your first resource, nearly 90% of the questions new Linux users have can be solved by searching Google. In doing this you will learn a lot more then if we provide you a ready to go solution. Have a look at these links that Google turned up:
Chapter 8. Access Control Lists
8.2. Setting Access ACLs

Kind regards,

Eric

divyashree 05-26-2011 06:24 AM

Quote:

Originally Posted by yamujanu (Post 4367513)
hi ,

i am using RHEL 5, how to enable ACl in /etc/fstab

Thanks in Advance

Hi welcome to LQ.

To enable acl in RHEL5 , acl is applied on a file system.

So in /etc/fstab , the 4th coloumn is the option field.

In the option field just add the acl after a comma on which partition you want to apply.
Now you have remount the partition for effect by following command.

Quote:

mount -o remount <partition>
OR it will take effect on next reboot...


All times are GMT -5. The time now is 09:00 AM.