Pergunta de entrevista da empresa PVM

What commands would you use to navigate a Linux file system?

Resposta da entrevista

Sigiloso

20 de jul. de 2022

ls to list files in the current working directory (paired with -l for filetypes and permissions, -a for hidden files) cd to change directory (paired with ~ for home directory, / for root, .. to move up one level, or a specific path to a directory)