Skip to main content

Command Palette

Search for a command to run...

Day-2 Basic Linux Command

#90daysofdevops #challange

Updated
1 min readView as Markdown
Day-2 Basic Linux Command
S

•Good knowledge of AWS cloud services (EC2, S3, EBS, VPC, IAM, RDS, DynamoDB, Auto scaling, SNS, SQS, CloudWatch etc. )
•Good understanding of Linux and Shell Scripting. •Good knowledge of Source code management(Version Control System) tools like Git and GitHub. •Good knowledge of Software containerization platforms like Docker and Kubernetes. •Good Knowledge of CI/CD tools like Jenkins. •Can work efficiently as a good team player •Highly adapted to learn new views & Ideas, ability to adapt & improvise. •Self -motivating and Good interpersonal skills.

SKILLS: Operating System: Windows, Linux

Cloud Services: EC2, S3, VPC, CloudWatch, SQS, SES, IAM, SNS, Route53, ELB, Autoscaling, EBS, RDS.

Tools: Git, GitHub, Docker, Jenkins, Kubernetes, Ansible, Terraform .

Check your present working directory.

for the present working directory, open your terminal and press: pwd

example:

List all the files or directories including hidden files.

For list out all files, command = ls

example:

But, for list out all files with all hidden files then, ls -a

Create a nested directory A/B/C/D/E

use mkdir -p A/B/C/D/E

note: use cd command to select the folder. mkdir used to create a single directory. But, mkdir -p is used to create sub-directories under a directory. -p means path of directories .

Thank you for reading!!

Great initiative by the #trainwithshubham community. Thank you Shubham Londhe

#devops #90daysofdevops