Jan 8, 2025 · 2 min read · Files and directories have permissions that determine who can read, write, or execute them. These permissions are split into three categories: User (u) - The owner of the file. Group (g) - Users who are members of the file's group. Others (o) - Al...
Join discussionMay 21, 2024 · 3 min read · Introduction 🌟 Have you ever wondered how your computer decides who can see or change your files? On a Linux system (a popular type of computer operating system), this is all managed by something called file permissions. It might sound a bit technic...
Join discussion
Aug 3, 2023 · 3 min read · The concept of Linux 📂 File permission 🔐 and ownership is important in Linux. Here, we will be working on Linux permissions and ownership and will do tasks on both of them. Let us start with the Permissions. Create a simple file and do ls -ltr to ...
Join discussion
Jul 21, 2023 · 3 min read · ✍️Why File permission Linux is a multi-user system where users can assign different access permission to their files. Access permissions can be set per file for owner, group and others on the basis of read (r), write (w) and execute permissions (x). ...
Join discussion
Jul 12, 2023 · 7 min read · Prerequisites 2 RHEL vms Linux System Administration RHEL subscription / DVD iso to install nfs-utils Introduction ဒီ post မှာ NFS server တစ်ခုဘယ်လို set-up လုပ်မလဲ၊ NFS client နဲဘယ်လို ချိတ်ဆက်ပြီးအလုပ်လုပ်မလဲဆိုတာတွေကိုလေ့လာသွားမှာဖြစ်ပါတယ်။ T...
Join discussion
Jun 18, 2023 · 9 min read · In this article we will explore about how Access Management works on linux operating system. In the below image, a user ankita cannot create a directory "doc" as the reason specified that "permission denied". similarly user sagar cannot create a file...
HSHarsh and 1 more commented
May 4, 2023 · 5 min read · What is user management in Linux? In Linux, user management involves creating, modifying, and deleting user accounts. The user accounts contain information about each user, including their username, password, home directory, and group membership. Fol...
Join discussionMay 3, 2023 · 5 min read · Understanding the Linux File System Linux is an open-source operating system that is widely used by developers, servers, and computer enthusiasts. One of the key features of Linux is its file system, which manages files, directories, and other data s...
Join discussion
Apr 4, 2023 · 4 min read · Types of file Permission Basic Permission Special Permission ACL ( Acess Control List) permission Permission details Permission Description Owner (U) : Permission user for the owner of the file. Group ( g) : Permission used by members of the g...
Join discussion