• Matéria: Informática
  • Autor: dmili2
  • Perguntado 8 anos atrás

Direitos Linux: O arquivo Alves.txt possui os seguintes direitos:
- r w - r - - r - - 1 root root 121 Set 14 02:03 alves.txt
Com que comandos você alteraria para:
- r w x r - x - - - 1 named root 121 Set 14 02:03 alves.txt

A) chmod +x alves.txt
chown named alves.txt

B) chmod +x +x ¿r alves.txt
chown named alves.txt

C) chmod 750 alves.txt
chown named alves.txt

D) chmod 057 alves.txt
chgrp named alves.txt

E) chmod 761 alves.txt
chgrp named alves.txt


dmili2: C) chmod 750 alves.txt
chown named alves.txt

Respostas

respondido por: maurosrlf07
0
C) chmod 750 alves.txt
chown named alves.txt
Perguntas similares