Nikunj Vaishnavdevcloudjourney.hashnode.devΒ·Nov 17, 2024IAM Interview Questions and Answers1. What is AWS Identity and Access Management (IAM)? IAM is Identity and Access Management Service, provided by AWS . It is Global Service. It helps you securely control access to AWS resources AWS IAM is a service that allows you to manage users, gr...34 readsAWS CloudIITroorkee
sravani punreddysravanipunreddy.hashnode.devΒ·Oct 28, 2024Unlocking Linux File Permissions: Manage Access for Owners, Groups, and OthersIn Linux, file permissions play a crucial role in maintaining system security and data integrity. They control who can access, modify, or execute files, ensuring that sensitive files remain protected. Letβs dive into the basics of file permissions, b...#group permissions
Harsh Butanidevops-unboxed-my-learning-journey.hashnode.devΒ·Oct 13, 2024Linux User and Process Management: A Comprehensive GuideUnderstanding user permissions, groups, and process management is essential for anyone working with Linux. In this guide, we will cover how users and groups are structured in Linux, manage permissions, and dive deep into the intricacies of process ma...Linux
Vanshika Sharmavanshikasharmaa.hashnode.devΒ·Oct 5, 2024Advanced Linux Shell Scripting for DevOps Engineers with user management, file permissions, and access control lists.The script uses a loop to dynamically create directories with the given name prefix followed by numbers in the specified range. Script: createDirectories.sh #!/bin/bash # Check if the correct number of arguments are provided if [ $# -ne 3 ]; then ...advanced linux shell
padam sinhapadamdev.hashnode.devΒ·Jul 13, 2024Mastering Linux User Management & File PermissionsLinux is a robust and versatile operating system, widely used for its security, efficiency, and flexibility. A crucial aspect of managing Linux systems is understanding user management and file permissions. This blog will cover essential commands and...Linux
Nilkanth Mistrynilkanth1010.hashnode.devΒ·May 30, 2024Day 58 - Ansible Playbooks ππ€Hello DevOps enthusiasts! π Welcome to Day 58 of the #90DaysOfDevOps challenge. Today, weβre diving into Ansible Playbooks! π οΈβ¨ Ansible Playbooks are essential tools in DevOps, allowing us to automate complex tasks, manage configurations, and deplo...90 Days Of Devops ChallengesDevops
Vaishnavi Shivdevshivde.hashnode.devΒ·May 5, 2024A Beginner's Guide to User and Group Management in Linux π§βπ»π§ A Beginner's Guide to User and Group Management in Linux π§βπ» Linux, the powerful and versatile operating system loved by developers and system administrators, provides robust tools for managing users and groups. Understanding these concepts is e...TrainWithShubham
sudip adhikarisudip007.hashnode.devΒ·Apr 20, 2024Managing user in LinuxWhat are users in Linux ? In Linux, a "user" is just someone who uses the computer. Each user has their own stuff, like files and settings, and they can only access what they're allowed to. It's a way to keep things organized and secure on the system...10 likesLinux
Nikhil Kathaleknikhil.hashnode.devΒ·Feb 19, 2024#90daysofdevops { Day -5}So welcome today is day 5 of the challenge! We will perform some tasks today which will give us some hands-on experience on shell scripting, and as usual, BOOOOOOM! Our confidence π»π₯π is about to skyrocket! Get ready for an exciting day of scripti...12 likes#90daysofdevops
Tasneem Afridaneemrida.hashnode.devΒ·Feb 17, 2024Managing Users in Linux: A DevOps Guide π§Linux, being a powerful and versatile operating system, provides robust user management capabilities. In this blog post, we'll explore the fundamentals of user management, the significance of user IDs, and practical commands for user information retr...31 readsLinux