Syntax: ls
Lists all files and directories in the current directory.
Syntax: cd [directory]
Changes the current directory to the specified directory.
Syntax: mkdir [directory]
Creates a new directory with the specified name.
Syntax: rm [file]
Deletes the specified file.
Syntax: rmdir [directory]
Deletes the specified directory (must be empty).