Skip to main content

Command Palette

Search for a command to run...

Day2: Basics linux command

Updated
1 min readView as Markdown
Day2: Basics linux command

Day2: 90 days of DevOps -

  1. Check your current working directory.

    -> To check the current directory, the command is ‘pwd’.

  2. List all the files and directories including hidden files.

    -> To check the current directory, the command is ‘ls -a’’.

  3. Create a nested directory.

    -> To check the current directory, the command is ‘mkdir -p A/B/C/D/E’’.

    NOTE - To make a subdirectory or more than 1 folder in a directory, we can run the following command -

    mkdir -p A/B{/C,/D}/E

More from this blog

Untitled Publication

28 posts