Linux Commands

I write blogs about DevOps current and emerging tools/technologies.
Did you know that Android is built on top of Linux Kernel?
Android functions because Linux exists!! π
#Day02 of the #90DaysOfDevopsChallenge
β A Linux command is a program or utility that runs on the command line. A command line is an interface that accepts lines of text and processes them into instructions for your computer.
Below are some of the listing commands matched with their description:

Directoy commands
pwd: print work directory. Gives the present working directorycd path_to_directory: Change directory to the provided pathcd ~or justcd: Change directory to the home directorycd -: Go to the last working directorycd ..: Change directory to one step backcd ../..: Change directory to 2 levels backmkdir directoryName: To make a directory in a specific location#trainwithShubham #Devops #Linux #Linuxcommands #90DaysOfDevopsChallenge




