SEO Introduction
Search Engine Optimization (SEO) is the activity of optimizing web pages or whole sites in order to make them search engine friendly,...
The below commands are important and often used. For more checkout the image at the bottom of the article
mkdir – make directoriesUsage: mkdir [OPTION] DIRECTORY…eg. mkdir lhn
ls – list directory contentsUsage: ls [OPTION]… [FILE]…eg. ls, ls l, ls lhn
cd – changes directoriesUsage: cd [DIRECTORY]eg. cd lhn
pwd -...