Linux Commands Used in daily life Part 1
ls = Prints all the files in the directory
pwd = prints the current working directory (shows in which folder currently you are)
cd = changing directory (which also used to reach the folder you want)
cd ..
#go to the previous folder
mkdir = C...
cyberton207.hashnode.dev1 min read