Some of the basic linux commands are cd, pwd, mkdir, rmdir, ls, exit.. Let's learn what is the uses of each of these commonds. cd cd command is used to change the working directory. Simply typing cd (or cd ~)will change the working directory to our home directory. cd followed by…