What commands would you use to navigate a Linux file system?
Sigiloso
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)