Operating SystemsPregunta 9 de 100

On a Linux system, which command displays the current working directory's contents in a long listing that includes permissions and ownership?

a.ls -l
b.pwd
c.cd
d.chmod

Explicación

ls -l produces a long listing showing permissions, owner, group, size, and modification time. pwd only prints the current path. cd changes directories and chmod changes permissions.

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