linux:acl
This is an old revision of the document!
ACL's en Linux
Como todo lo que se supone que es fácil al final no lo es, pues vamos a explicar lo que he recogido de aquí y de ahí sobre acl's en linux.
Qué son
Pues algo que seguramente habías necesitado muchas veces: por ejemplo, cuando queremos crear un directorio al que juan
tiene permisos de lectura y ejecución y pedro
los tiene de lectura, escritura y ejecución. O queremos crear un usuario backup
que tenga acceso a todo el disco duro, pero no queremos que se ejecute como root. ¿complicado, eh?? Con acl's es muy fácil, ya que especificamos los ficheros tal y como se describe aquí.
Hello. I was browsing the 0 replies thread and though I might give this a go. If you are absolutely certain that you have complied ACLs into your kernel and are still getting this error: setfacl: test: Operation not supported then check your /etc/fstab. For ACLs to work you have to mount whatever partition you want with the option acl. As an example, notice /home: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 LABEL=/home /home ext3 rw,acl 1 2 I hope this helps, that is if you haven't already solved this. Good luck.
linux/acl.1287409195.txt.gz · Last modified: 2022/12/02 21:02 (external edit)