Tuesday, 28 May 2024

Deep delve into Linux commands with screenshots

 Here, We will discuss some basics linux commands with screenshots.....


Note  : I have used online terminal to practice / for taking screenshot purpose. Search in website you guys will get so many online terminal to practice Linux commands.

Okay ! Let's learn some commands.


1. date   : This commands is used to show date and time of the server.



2. uptime   : This command will show the server uptime which means when server last time logged in.


3. cal : This command will show the calendar

4. w or whoami : It will display who logged in which means effective  user


5. mkdir : This command is used to create a empty directory in linux server


6. ls : It will used to display the files / directory present in the particular location


7. ll  : Long Listing, It will display the files/directory in the location in detail.



Note : drwxr-xr-x  : Here, "d" represents the directory.

8. touch  : This command we will use to create a empty file



Note : Here, -rw-r--r--   : First - represents it's a file.


9. pwd  : It will display the present working directory




10. cd : "cd" means "change directory", We can use this command to switch between the directory


11. cd .. : This command is used to get back to previous directory.




12. rmdir  : This command is used to remove the directory.



Okay Guys,, This is enough for today. I will make another blog as soon as possible with few more linux commands.


Thanks for reading! Yours Friend VK.☺☺







No comments:

Post a Comment

Introduction to k8s

 Hello friends, Good Day! Hope you guys are doing well, I am writing here some basic terminology n introduction to kube8.. please do read n ...