- [[cd (Bash)|cd]] - move to a different folder - [[ls (Bash)|ls]] - list files and folders in the current location - [[mkdir (Bash)|mkdir]] - create a new folder - [[rm (bash)|rm]] - delete a file or folder permanently - [[cat (Bash)|cat]] - display the contents of a file - [[grep (Bash)|grep]] - search for a word or pattern inside files - [[find (Bash)|find]] - locate files or folders by name or type ^bash-commands