Shazia Masseymasseys.hashnode.dev·Nov 4, 2024Unlocking the Power of Linux Commands: Recall and LearnWhat is Linux: Linux is an open-source, Unix-like operating system kernel initially developed by Linus Torvalds. It serves as a core component in various environments, including servers, desktops, mobile devices, and embedded systems. Known for its s...Linux
Amitabh soniamitabhdevops.hashnode.dev·Nov 1, 2024Linux Advanced ConceptsLecture-07 : Linux Advanced of DevOps batch-8 In this blog, we’ll dive into advanced Linux concepts, covering user management, file permissions, SSH, SCP, software installation, and practical usage of commands like grep, awk, sed, and find. This know...1 like·53 readsDeveloper
Saurabh Namdeodevopswithsaurabh.hashnode.dev·Aug 18, 2024Day 3: Essential Linux Commands with Examples 💻📜Welcome to Day 3 of your DevOps journey! Today, we’ll explore some essential Linux commands that every DevOps professional should know. These commands help you monitor system performance, manage files and users, and perform various administrative tas...Linux
Tanmaya Aroratanmayaarora.hashnode.dev·Aug 3, 2024📚 Mastering Linux Commands: Basics to AdvancedWelcome to my adventure of helping people out there not familiar with these terms. Today we will dive into the world of Linux! Whether you're a beginner or looking to advance your skills, this guide is your go to cheat sheet for Linux commands, from ...Devops
Nischal Chudalchudalnischal.hashnode.dev·Aug 2, 2024Linux: Top used commandsThis are the most used command in the field of DevOps. Before moving towards any other tools and technologies one should know how to implement these commands in the Linux Terminal. Basic Commands pwd: Print working directory. Example: pwd (Displays...1 likeLinux
Nitin Dhimannitindhiman22.hashnode.dev·Jul 23, 2024Advanced Linux Shell Scripting for DevOps Engineers with User ManagementAs part of my continuous learning journey in DevOps, I delved into advanced Linux shell scripting and user management. These skills are essential for automating repetitive tasks and managing user access, which are crucial for any DevOps engineer. Bef...Linux
Mahir Dasaremahir333.hashnode.dev·Jun 23, 2024Learning Linux in Just 180 daysRHCSA (red hat certified system administrator)It is a global level certification that focus, on to perform the core system administration skills required for Red Hat Enterprise Linux environments. Linux: Linux is an open source kernel. Linux base O...Linux
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
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Feb 1, 2024Day 6 of #90DaysOfDevOpsFile permissions with ACL What is ACL? ACL stands for Access Control Lists. Access control list (ACL) provides an additional, more flexible permission mechanism for file systems. It is designed to assist with Linux file permissions. Why ACL? ACLs all...Linux
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Jan 28, 2024Linux advance commands#useradd- creating user account #groupadd- used to create user groups #gpasswd- adding members to group #sudo cat /etc/group - to see the number of groups available #chgrp-to change the owner of the group chmod-used to change access permissions f...devops zero to hero