Skip to main content

Command Palette

Search for a command to run...

Linux Commands

Published
β€’1 min read
Linux Commands
S

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 directory

  • cd path_to_directory : Change directory to the provided path

  • cd ~ or just cd : Change directory to the home directory

  • cd - : Go to the last working directory

  • cd .. : Change directory to one step back

  • cd ../.. : Change directory to 2 levels back

  • mkdir directoryName : To make a directory in a specific location

    #trainwithShubham #Devops #Linux #Linuxcommands #90DaysOfDevopsChallenge

More from this blog

Shreya's Blog

9 posts