Harsh Soniharshdevopss.hashnode.dev路Nov 6, 2024Beginner's Guide to Shell Scripting: Key Concepts ExplainedIntroduction to Linux OS Architecture and shell script Then performed this practical Variables Loops For Loop While Loop Arguments Conditional if-else, elseif FunctionsDiscuss路1 likeshell
Munilakshmi G J100daysdevops.hashnode.dev路Nov 2, 2024Day 8 of 100 days : Mastering Advanced Shell ScriptingLet鈥檚 Dive Deeper into Shell Scripting in DevOps Welcome to Day 8! Today, we鈥檙e tackling some powerful shell scripting techniques. These are essential for making scripts dynamic, interactive, and smart. We鈥檒l explore command-line options, control flo...Discussmastering_Shell_Scripting
Sharon Jonallagaddasharonlearns.hashnode.dev路Oct 26, 2024Shell-BasicsWhat is a shell? A shell is a program on our computer that lets you interact with your operating system. Shell is of two types one is command line which uses human readable commands and the other is graphical user interface. They鈥檙e many different t...Discuss路28 readsShellshell
Aditya Gadhaveadityag7678.hashnode.dev路Oct 7, 2024Understanding Shell Scripting: Basics for BeginnersWhat Is Shell Scripting ? Usually, shells are interactive, which means they accept commands as input from users and execute them. However, sometimes we want to execute a bunch of commands routinely, so we have to type in all commands each time in t...Discusslinux for beginners
Nitin Dhimannitindhiman22.hashnode.dev路Jul 22, 2024Basic Linux Shell Scripting for DevOps EngineersUnderstanding the Basics What is Kernel? The kernel is a fundamental part of a computer's operating system, serving as the core program that has complete control over everything in the system. It manages hardware resources, system calls, and processe...DiscussLinux
Khushbu Koradiyakhushbuk0714.hashnode.dev路Jul 20, 2024Day 6 Task: File Permissions and Access Control ListsUnderstanding File Permissions: Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions are assigned to three defined categories of users. The categories are: Owner: The owner of the file or application....Discussshell
Subhradip Sinhasubhjourney.hashnode.dev路Jul 13, 2024understanding Shell | Building basics of shell | Use cases of shell scripts"hey readers, here is my second blog. I'll try to maintain this blog more interactive for better understanding about shells." What exactly is a shell?馃 In the realm of computing, the term "shell" often emerges, especially among developers and IT pro...Sam Maji and 1 other are discussing this2 people are discussing thisDiscuss路26 likes路34 reads#shellscripting #devopsOhh! Really well written content! Hey bud I am eagerly waiting for your next article on building my own shell in C. Great share! 6
Rushikesh Kamblerushi-devtocloud.hashnode.dev路Jul 5, 2024馃殌 Working with the Shell - Part I: A Comprehensive GuideIntroduction to the Shell 馃悮 Welcome to the world of Linux shell! In this guide, we鈥檒l dive deep into the Linux shell, exploring essential commands, directory management, and different types of shells, with a particular focus on the Bash shell. Wheth...Discuss#ShellScripting #BashScripting #FileRenaming #Automation #DevOps #LinuxCommands
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...Discuss#shellscripting #devops
Paresh Pardepardeparesh.hashnode.dev路May 13, 2024Basic Linux Shell ScriptingWhat is Kernel? 馃専 The kernel is the core component of the Linux operating system. It manages system resources, such as memory and CPU, and facilitates communication between hardware and software. 馃棟Key functions of the Linux kernel include: What is...Discuss路11 likesDevops