# Basic linux terminal commands | Command | Description | |--------- |--------------------------------------- | | cat | read a file and output it to terminal | | cd | change directory | | ls | view all files in the current folder | | ls -la | same as ls but also view hidden files |