Basic commands

chicken_biryani

Shloka

Posted on October 14, 2020

Basic commands

Echo - Used to print a line of text on the screen
eg: echo hi

ls -lists contents of a directory
eg: ls

cd directoryName - change the directory you're working in.
eg: cd /home/Files

pwd - prints the directory you are working on.
eg: pwd

mkdir directoryName - Creates a new directory
eg: mkdir Python

💖 💪 🙅 🚩
chicken_biryani
Shloka

Posted on October 14, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related