Basic-Linux-Commands-used-in-Devops
Mostly used Basic Linux Commands in the DevOps field
Certainly, here are the steps in a tabular format:
Step | Action | Description |
---|---|---|
1 | Create Main Branch Directory | Create a directory called "MainBranch." |
2 | Create Dir1 and Dir2 | Create two subdirectories inside "MainBranch" named "Dir1" and "Dir2." |
3 | Navigate to Dir1 and Create DirA & DirB | Go into "Dir1" and create subdirectories "DirA" and "DirB." |
4 | Navigate to Dir2 and Create Dirc & Dird | Return to "MainBranch," enter "Dir2," and create subdirectories "Dirc" and "Dird." |
5 | Enter DirA and Create File1 & File2 | Go into "DirA" and create files "File1" and "File2." |
6 | Navigate Back and Select DirB | Return to "Dir1" and enter "DirB." |
7 | Create File3 & File4 in DirB | Inside "DirB," create files "File3" and "File4." |
8 | Navigate Back and Select DirC | Return to "MainBranch" and enter "DirC." |
9 | Create File5 & File6 in DirC | Inside "DirC," create files "File5" and "File6." |
10 | Navigate Back and Select DirD | Return to "MainBranch" and enter "DirD." |
11 | Create File7 & File8 in DirD | Inside "DirD," create files "File7" and "File8." |
Comments
Post a Comment