Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 10, 2024Day 6 Task: File Permissions and Access Control ListsThe concept of Linux file permission and ownership is important in Linux. Today, we will work on Linux permissions and ownership, and perform tasks related to both. Task 1 : Understanding File Permissions Create a simple file and run ls -ltr to see t...Discuss·103 reads#LinuxPermissions #UserPermissions #FilePermissions #DirectoryPermissions #LinuxSecurity #AccessControl #Setuid #Setgid #StickyBit #LinuxUserAccounts #OwnershipAndPermissions #LinuxFileSystem #CommandLine #LinuxAdministration #SystemSecurity
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Aug 21, 2024Mastering Crontab in Linux: Automate Your Tasks Like a Pro ⏰💻 #Day_6Introduction to Crontab 📝 Crontab is a command and configuration file in Linux used for scheduling automated tasks. It allows users to define specific times when a script or command should run, whether it's every minute, hour, day, or even just once...DiscussDevOps#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev·Jul 11, 2024What is AMI? All You Need to KnowWhat are AWS AMIs? AMIs are virtual machine templates used to launch Amazon EC2 (Elastic Compute Cloud) instances. They encapsulate the entire software environment of an instance, including: Operating system (OS) - Windows, Linux distributions (Amaz...DiscussAWS90DaysChallenge
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 4, 2024How to Use File Permissions and Access Control Lists. #Day-6Introduction File permissions are crucial in Unix/Linux systems for securing files and directories. They define who can read, write, and execute a file. Let's dive into the world of file permissions! Types of File Permissions In Unix/Linux systems, t...Discuss·1 like·31 readsDevOpsTrainWithShubham
Mallika Gautamvbnm.hashnode.dev·Jun 29, 2024Mastering Cybersecurity: Day 6 of the 100-Day ChallengeAbout cybersecurity tools Open-source tools Open-source tools are often free to use and can be user friendly. The objective of open-source tools is to provide users with software that is built by the public in a collaborative way, which can result in...Discuss#cybersecurity
Devbrat Singhcloudwithdev.hashnode.dev·Mar 8, 2024#90DaysOfDevOps Challenge - Day 6 - File Permissions and Access Control ListsWelcome to Day 6 of the #90DaysOfDevOps challenge. Today, we will explore file permissions and Access Control Lists (ACLs). Understanding file permissions is crucial for managing access to files and directories in a Linux system, ensuring security an...DiscussDay6
Riva Diasdias-blog.hashnode.dev·Feb 22, 2024File Permissions and Access Control ListsIn Unix and Linux ecosystems, file permissions and access control lists (ACLs) play a fundamental role. It restrict to who can access, modify, or execute files and directories. ⏯ Create a simple file ✓ "ls -ltr" to see the details of the files The ...Discusschgrp
prince meeniaprince222.hashnode.dev·Feb 20, 2024Day 6 Task: File Permissions and Access Control ListsTask1 : Create a simple file and do ls -ltr to see the details of the files refer to Notes To complete the task, we'll follow these steps: Create a simple file named file.txt. Use ls -ltr to view the details of the file, including its permissions. ...DiscussDay 6 #90DayOfDevops
Sarika Kambledevopsspotlight.hashnode.dev·Feb 12, 2024Day 6 - File Permissions and Access Control Lists➡File Permissions Create a simple file and do 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. "chown" is u...Discuss·29 likes·50 readsDay6
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 10, 2024Day 06 Task:Create a simple file and do ls -ltr to see the details of the files. Write an article about File Permissions based on your understanding from the notes. #chgrp-to change the owner of the group chmod-used to change access permissions for file/dire...Discussgetfacl