Here is a list of some common Ubuntu commands:ls: Lists the contents of a directory:
cd: Changes the current directorypwd: Prints the name of the current directorymkdir: Creates a new directorytouch: Creates a new filenano: Opens the Nano text editorapt-get: Installs new software packagessudo: Runs a command as the superuser (admin)reboot: Reboots the systemshutdown: Shuts down the systemmv: Moves or renames a file or directoryrm: Deletes a file or directoryman: Displays the manual page for a command
This is just a small selection of the many commands available on Ubuntu. For a more comprehensive list, type man ubuntu-commands at the command line.