To anyone getting started with Linux, check out these commands and make your life easier! — List (ls) Use the ls command to display the files, along with all their properties, are in a directory. Change directory (cd) It is often necessary to change directories. That’s the cd command's function. For instance, this example takes you from your home directory into the Desktop directory: $ cd Desktop