Paresh Pardepardeparesh.hashnode.dev·May 21, 2024Linux File Permissions 🔐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...3 likesDevops
Ahmed Nisarahmednisarhere.hashnode.dev·Aug 3, 2023File Permissions and Access Control ListsThe 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 ...file-permission
Suraj bariklinuxenthusiast.hashnode.dev·Jul 21, 2023File Permissions and Access Control Lists✍️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). ...linux-commands
Wai Yan Pyae Sonewaiyanpyaesone.hashnode.dev·Jul 12, 2023How to set up an NFS on RHEL 9Prerequisites 2 RHEL vms Linux System Administration RHEL subscription / DVD iso to install nfs-utils Introduction ဒီ post မှာ NFS server တစ်ခုဘယ်လို set-up လုပ်မလဲ၊ NFS client နဲဘယ်လို ချိတ်ဆက်ပြီးအလုပ်လုပ်မလဲဆိုတာတွေကိုလေ့လာသွားမှာဖြစ်ပါတယ်။ T...198 readsRHEL9
ankita kumaridevops24.hashnode.dev·Jun 18, 2023Linux File Permission-reading, writing and executingIn 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...2 likes·58 readslinux for beginners
INDRAJIT HAZRAindrajithazra.hashnode.dev·May 4, 2023User management, File Permissions and Access Control ListsWhat 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...1 like·28 readslinux-basics
Amol Ovhalamol-devops.hashnode.dev·May 3, 2023Linux File SystemUnderstanding 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...The Ultimate Linux Learning SeriesLinux
Mahbubur R.mahbubur.hashnode.dev·Apr 4, 20236.Linux File System and Permissions (Day-6)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...108 readsDevops