AVAbhishek Vaidyainabhi2207.hashnode.dev·Jul 29, 2023 · 2 min readAdvanced Linux Shell Scripting for DevOps Engineers with User ManagementDay 5 of 90daysofdevops Write a bash script createdirectories.sh that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end number of directories ) it cre...00
AVAbhishek Vaidyainabhi2207.hashnode.dev·Jul 21, 2023 · 2 min readLinuxAndMe Linux Fundamentalunamekernel nameuname -rkernel --version whoamiuser date +%Ydate in customize format ping -c 6 8.8.8.8The "ping" command is a utility used to test the reachability of a host (computer, server, or device) on an Internet Protocol (IP) network-c 6 will ...00
AVAbhishek Vaidyainabhi2207.hashnode.dev·Jul 21, 2023 · 1 min readLinuxAndMe Linux FundamentalWhy Linux? Open sourceSecureMultitaskingMultiuser Flavors of Linux? UbuntuRHELCentOS Linux Architecture00
AVAbhishek Vaidyainabhi2207.hashnode.dev·Jul 19, 2023 · 2 min readBasic Linux Shell Scripting for DevOps Engineers.What is Shell Scripting for DevOps? "DevOps is a methodology focused on delivering software rapidly and with improved quality through the use of automation. Shell scripting is a technique where multiple commands are combined into a script that can be...00
AVAbhishek Vaidyainabhi2207.hashnode.dev·Jul 17, 2023 · 1 min readBasic Linux CommandsTo view what's written in a file. cat filename To change the access permissions of files. chmod [permissions] [filename] 4: Read (r) 2: Write (w) 1: Execute (x) To check which commands you have run till now. history To remove a directory/ Folde...00