#90 days of DevOps challenge - Task (6 $ 7)
File Permissions and Access Control Lists
Apr 1, 20235 min read80

Search for a command to run...
Articles tagged with #devops-articles
File Permissions and Access Control Lists

Prerequisites for this project- ⁌ Reddit clone in Github ⁌ Profile in Dockerhub ⁌ CI server (t2.micro free tier eligible) ⁌ Deployment Server (t2.medium) (2 CPU, 4 GB RAM) Step 1 -: Connect to CI-server EC2 instance. At this moment it is an empty ser...

Basic Linux Shell Scripting for DevOps Engineers

#devOps #trainwithShubham #linux 1)Linux command to check your present working directory: pwd: It gives the present or current working directory. example: 2)Linux Command to list all the files or directories including hidden files: The ls command li...
