Navigating The File System: List Ls
Navigating The File System: List Ls
Navigating The File System: List Ls
cd Change Directory
● Full le paths.
●
.. the parent of the current directory.
Filesystem Structure
A computer’s lesystem organizes the data stored by a
computer, so that it can be easily retrieved by the user.
Files are typically represented by a tree-like structure, in
which any parent directory can have any number of
children.
The root directory is then found at the base of the tree.
https://www.codecademy.com/learn/learn-the-command-line/modules/learn-the-command-line-navigation/cheatsheet 1/2
11/12/2020 Learn the Command Line: Navigating the File System Cheatsheet | Codecademy
touch Create New File
Helper Commands
Helper commands for the command line include:
●
clear to clear the terminal
●
tab to autocomplete the line
●
↑ and ↓ to cycle through your previous
commands
https://www.codecademy.com/learn/learn-the-command-line/modules/learn-the-command-line-navigation/cheatsheet 2/2