Basic Linux Commands (git hub)Abina Philip·Aug 22, 2022·1 min readCd.. to go to previous directory. Cd ( name of the directory)to change the directory. Pwd-to print working directory. Ls-to show list of items in the directory . Mkdir-to make a folder. Rmdir-to delete/remove directory/folder. Ls-a-show hidden items in the directory Share this