In this article, you will learn about the beginner friendly and frequently used commands of Linux Operating Systems. Here, you will be working with GitBash. However, you can use any LINUX based terminal.
Here are the ways to work with linux based terminalPre-requisites
- Gitbash downloaded
Table of Contents
Create a folder quedemy-workspace
. Then two other folder and one text file:

Navigating and Managing Files
-
pwd: You can use the
pwd
command to get the present working directory.pwd
stands for Print Working Directory.$ pwd
# Output /p/quedemy-workspace
-
ls: Get the list of contents inside current working directory
/p/quedemy-workspace
-
cd:
-
cat:
-
touch:
-
cp:
-
mv:
-
mkdir:
-
rmdir:
-
rm:
-
locate:
-
find:
-
greep:
-
sudo:
-
df:
-
du:
-
head:
-
tail:
-
diff:
-
tar:
-
chmod:
-
chown:
-
ps:
-
top:
-
kill:
-
ping:
-
wget:
-
uname:
-
history:
-
man:
-
echo:
-
hostname:
-
useradd:
-
userdel:
-
file:
-
wc:
-
whoami:
-
ip: