PRParesh Rathodinpareshrathod.hashnode.dev·Oct 31, 2023 · 2 min read# Day 4 - Basic Shell scripting for DevOps EngineersWhat is Linux Shell Scripting? A shell script is a set of commands is linux. It starts with #!/bin/bash and is used for automation and ad-hoc tasks. Example of a shell script: #!/bin/bash whoami pwd find date history What is #!/bin/bash? Can we wr...00
PRParesh Rathodinpareshrathod.hashnode.dev·Oct 30, 2023 · 2 min read# Day 3 - Basic Linux CommandTo view what's written in a file. Cat(concatenate) command is very frequently used in Linux. It reads data from the file and gives its content as output. To change the access permissions of files. chmod is a command that lets you change the permi...00
PRParesh Rathodinpareshrathod.hashnode.dev·Oct 24, 2023 · 3 min read#Day 2 #90daysofDevOpsWhat is Linux? Linux is a popular and powerful open-source operating system that serves as an alternative to proprietary operating systems like Windows and macOS. Understanding Linux fundamentals is essential for both beginners and advanced users. Ar...00
PRParesh Rathodinpareshrathod.hashnode.dev·Oct 23, 2023 · 2 min readWhat is DevOps?DevOps is a set of practices, principles, and cultural philosophies that aim to improve and streamline the collaboration and communication between software development (Dev) and IT operations (Ops) teams. The primary goal of DevOps is to enable organ...00