Operating SystemsPregunta 24 de 100

Which command in a Linux terminal changes the permissions of a file, for example granting the owner read/write/execute using numeric mode 700?

a.mv
b.cp
c.ps
d.chmod

Explicación

chmod changes file and directory permission bits, and numeric mode 700 grants the owner full access while denying group and others. mv and cp move and copy files, and ps lists processes.

Practica las 100 preguntas gratis — sin registro.

Preguntas relacionadas de este tema

Última revisión: · proceso editorial

Equipo Editorial de PrepPass · Verificado con CompTIA A+ Core 2 (220-1102) · Cómo revisamos
Reportar