Command referenceΒΆ

Week one

Previous section: Editing files from the command line

pwd - Prints the current working directory.

ls - Lists the contents of a directory.

cd - Changes the current working directory.

man - Shows the manual page for the specified program.

mkdir - Makes directories.

nano - Opens the nano command line editor.

mv - Moves or renames files and directories.

cp - Copies files and directories.

rm - PERMANENTLY deletes files and directories.

Next section: Week two