Acls Flashcards

1
Q

Como se asigna un acl

A

setfacl-m

u: name:rX file
g: name:rw file
o: :- file

::rwx,g:consultants:rX,o::- file

Máscara

::rwx,g:consultants:rX,o::- file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Como se elimina un acl

A

setfacl -x u:name,g:name file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Como se elimina todo acl

A

setfacl -b file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Como se coloca el default en una casa cadencia

A

setfacl -m d:u:name:rx directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Eliminar acls de un directorio

A

setfacl -x d:u:name directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como se eliminan todas las entradas en un directorio de acl

A

setfacl -k directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Como se aplican políticas recursivanente

A

setfacl -Rm g:consultants:rwX /shares/content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Denegar acl de grupo

A

setfacl -Rm g:consultants:rwX /shares/content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly