Linux Commands
pwd - to inquire the present working directory mkdir folder_name : command used to create a new folder.
mkdir location/folder_name : creates the folder at the specified location. Example:- mkdir /home/ubuntu/Desktop/kk3/Yuvi ; it will create a folder...
iamkishaloy.hashnode.dev56 min read