Linux fundamental commands

Important commands that might be handy

My Linux journey started off with using Ubuntu and exploring how to use it , since then I have changed quite a few distributions and currently stuck with Arch (Did I install it … Nah, my friend Vishal helped me install it).

This is a certaintly not a guide for installing Arch and setting it up, rather an open ended note which might be updated periodically as i get to learn and explore more on using Linux.

Shell
A program that receives commands from the keyboard and send them to the OS for the respective action to be performed.

While navigating the file using the shell , use pwd to know the path currently present. To change the directory use cd command.

All these basic commands are more than enough to get started, in fact at this stage i feel you really do not need anything more fancy than this.

Once you’re comfortable with the basics, you can start exploring more advanced commands. Here are few more commands that can be get you started