setfacl/getfacl commands not running on my server, it says:
The program 'setfacl' is currently not installed. You can install it by typing:
sudo apt-get install acl
when i tried to install it, it says:
sudo apt-get install acl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package acl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'acl' has no installation candidate
lsb_release -r? – heemayl May 19 '15 at 13:31Release: 14.04– MohammedSimba May 19 '15 at 13:38sudo apt-get updateand then try again.. – heemayl May 19 '15 at 13:39apt-cache policy aclandapt-cache showpkg aclif there is an output. – A.B. May 19 '15 at 15:56deb http://cz.archive.ubuntu.com/ubuntu trusty mainand it worked now. – MohammedSimba May 20 '15 at 12:43