Basic Linux commands- part1
Here are the list of basic Linux commands which every linux user should know
ls //Listing folder contents
ls -a // Listing folder contents along with hidden files
pwd //Path working directory -- provides you current working directory
cd //Navigat...
codeshutters.hashnode.dev2 min read