+1 vote
in Linux by
How we can enable ACL?

1 Answer

0 votes
by

ACL is an acronym for Access Control List which is used to provide flexible permission mechanism for the file systems. We can enable ACL by following methods:

Type the code in the shell: 

/etc/fstab with a label=/home/ext3 acl

Now we have to remount this file system with the ACL partition: mount –t ext3 –o acl /dev/sda3/home

Related questions

+1 vote
asked Jan 17, 2022 in PowerShell by rajeshsharma
0 votes
asked Oct 9, 2023 in Service Now by john ganales
...