How to configure ACL Manager in HC Linux?

Question: How to configure ACL Manager in HC Linux?

Solution:  
 

  •     ACL package must be installed
    •  Fedora/CentOS/RedHat:  yum install acl
    • Debian / Ubuntu : apt-get install acl    
  •       Open file vi /etc/fstab

Now modify the line which contains the mount point where your webspace exists. For example if your webspace is /webspace, now this exists at mount point / so you have to change the line that contains / mount point. To set acl  and usrquota on this mount point add ,usrquota,acl in the fourth column.   

CentOS
   LABEL=/ / ext3 defaults,usrquota,acl 1 1
   
Debian:
# /etc/fstab: static file system information.
UUID=06b2aae3-b525-4a4c-9549-0fc6045bd08e   / ext4    errors=remount-ro,usrquota,acl   0   1
 
Save and reboot the system.