Terminal Commands

List files

Syntax: ls

Lists all files and directories in the current directory.

Change directory

Syntax: cd [directory]

Changes the current directory to the specified directory.

Make directory

Syntax: mkdir [directory]

Creates a new directory with the specified name.

Remove file

Syntax: rm [file]

Deletes the specified file.

Remove directory

Syntax: rmdir [directory]

Deletes the specified directory (must be empty).