Bash Commands

Change Directory

cd

Navigates to another directory

Change File Permissions

chmod [option(s)] permissions file_name

Modifies file or directory permissions

Clear Terminal Screen

clear

Clears all content on the terminal screen

Create a Directory

mkdir <foldername>

Creates a new directory with the specified name

Create a File

touch <filename>

Creates an empty file with the specified name

List Directory Contents

ls

Lists files and directories in the current working directory

Remove Directory

rmdir <directory path>

Removes an empty directory at the specified path