Operating SystemsPregunta 10 de 100

A Linux administrator must run a single command with superuser privileges without logging in as root. Which command should prefix the command?

a.chown
b.grep
c.sudo
d.apt

Explicación

sudo executes a single command with elevated (root) privileges for authorized users, logging the action. chown changes file ownership. apt is a package manager and grep searches text.

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