Parth Sharmaparth-sharma-devops.hashnode.devยทOct 17, 2024Day 5: Master Advanced Linux Shell Scripting for DevOps User ManagementTasks: Create Directories Using a Shell Script. Create a Script to Backup All Your Work. Read About Cron and Crontab to Automate the Backup Script. Read About User Management. Solutions: Here's a bash script for the first task, creating direct...Linux
Faizan Shaikhfaizanshaikh.hashnode.devยทOct 16, 2024Day 11 Task: Error Handling in Shell ScriptingError handling is a crucial aspect of writing robust shell scripts. Below are the details for each task you will be covering today, including examples and explanations. Topics to Cover Understanding Exit Status: Each command returns an exit status,...46 readsDay 11 Task: Error Handling in Shell Scripting
Mohi uddinmub.hashnode.devยทJun 10, 2024How to Write a Basic Shell Script in Linux: A Step-by-Step GuideWriting a script in Linux typically involves creating a file with a list of commands that you want to execute. Hereโs a step-by-step guide on how to write a basic shell script: 1. Choose a Text Editor To write a shell script, you need a text editor. ...shell script
Vikramvikramkumar.hashnode.devยทMay 27, 2024Advanced Linux Shell Scripting: Managing System Logs, Processes, Networking, and SecurityIntroduction Linux shell scripting is not just limited to basic automation; it also plays a crucial role in advanced system administration tasks such as managing system logs, processes, networking, and security. This article explores advanced shell s...#shellscripting #devops
Vikramvikramkumar.hashnode.devยทMay 26, 2024A Comprehensive Guide to Linux Shell ScriptingIntroduction Linux shell scripting is a powerful way to automate repetitive tasks, manage system operations, and perform complex operations efficiently. Shell scripts are text files containing a series of commands that the shell interpreter reads and...#shellscripting #devops
Vyankateshwar Taikarvtaikar.hashnode.devยทSep 10, 2023The Simplified Path to Learning Linux Shell Scripting : Advanced - Easy Guide๐ Introduction ๐ ๐ Welcome to the world of Linux directory management, backups, and user management! In this article, we'll solve the problem of manually and automatically creating directories. I am going even teach you how to create your own direc...4 likesยท81 readsshell scripting
Shivam Wakadeshivamdevops.hashnode.devยทAug 11, 2023๐ Discovering the Sorcery๐งโโ๏ธ of Shell Scripting in Linux! ๐งIntroduction ๐ Shell plays a very important role in Linux architecture. The shell sits between the application and Kernal. it acts like a command interpreter. it reads your terminal input and translates the commands into actions taken by the system....1 likeLinux
Rahul Ajit Goraksharahulgoraksha.hashnode.devยทAug 6, 2023What is SSH and SCP Protocol? A Complete Guidewritten By: Rahul Goraksha In this blog, we will look at the fundamentals of SSH and SCP, their functions, and their importance in today's digital world. Figure 1: Schematic Diagram of SSH Protocol What is Linux? Linux is a free open-source operatin...ssh-keys
Praveen Agarwalpka.hashnode.devยทAug 4, 2023#90DaysOfDevOps - Day 5: Advanced Linux Shell Scripting for DevOps Engineers with User ManagementIntroduction Today is the 5th day of our #90DaysOfDevOps challenge. We will learn about looping in programming, which means repeating certain actions in a sequence. We'll look at how to write looping instructions and see some easy-to-understand examp...Devops
ASHOK SANAashok198510.hashnode.devยทJul 19, 2023Advanced Linux BashShell Scripting for DevOps Engineers.Introduction: Hey there! Welcome to the wacky world of Bash scripting. ๐ Get ready to dive into a series of hilarious examples and explore the wild possibilities of the command line. ๐ 01_05 Bash expansions and substitutions Let's start our bash jo...115 reads#advance-linux-scripting