MSMudavath Satishinsatishmudavath.hashnode.dev·Jul 23, 2023 · 2 min readIntroduction -Day 3Task: Basic Linux Commands 1. To view what's written in a file Command = Cat folder-name 2. To change the access permissions of files Read, write and executive R= 4, W = 2, X = 1 Here I want to give permission to meri-file.txt by using chmod 777 c...00
MSMudavath Satishinsatishmudavath.hashnode.dev·Jul 17, 2023 · 3 min read90 Days of DevOps ChallengeIntroduction Day 2 Overview: Linux® is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and mak...00
MSMudavath Satishinsatishmudavath.hashnode.dev·Jul 16, 2023 · 2 min readIntroduction - Day 1What is DevOps? DevOps is a methodology that involves practices to bridge the gap between Dev and ops teams by using Open source automation build tools. Overall, DevOps is a cultural shift that emphasizes collaboration, automation, and continuous i...01P