RRishabhindevopscommunityenglish.hashnode.dev·Apr 14, 2023 · 2 min readDay 04 :Basic Linux Shell Scripting for DevOps Engineers.\>>Explain in your own words and examples, what is Shell Scripting for DevOps. Shell Scripting is used by the DevOps engineer to automate a repetitive task that would be very difficult to manually update one by one. A shell script is a series of comm...00
RRishabhindevopscommunityenglish.hashnode.dev·Apr 13, 2023 · 3 min readDAY 03:Basic linux commandsTo view what's written in a file. To view what's written in a file we use the "cat" command. It will display all the content of a file whether it's one page or two. We can also use different commands based on the requirements more -It views the con...00
RRishabhindevopscommunityenglish.hashnode.dev·Apr 9, 2023 · 2 min readDAY02: Basic Linux CommmandsThis is #90DaysofDevops Challenge Under the guidance of ShubhamLodhe Day 02 Task Check your present working directory. In Linux, to check the present working directory we used the command "pwd" which stands for "present working directory" as it displ...00