Posts

Showing posts from September, 2020

Access control lists (ACLs) Linux

Image
Introduction to the management of ACLs (Access Control List) on Linux Access control list (ACL) provides an additional, more flexible permission mechanism for file systems. It is designed to assist with UNIX file permissions. ACL allows you to give permissions for any user or group to any disc resource. Think of a scenario in which a particular user is not a member of group created by you but still you want to give some read or write access, how can you do it without making user a member of group, here comes in picture Access Control Lists, ACL helps us to do this trick. Basically, ACLs are used to make a flexible permission mechanism in Linux. Installing ACL: Before using ACLs for a file or directory, install the acl package: Redhat: yum install acl SUSE: zypper install acl ubuntu: apt-get install acl Know when a file has ACL attached to it: It is very easy to know when a file has attached ACL to it. ls -ld command would produce a output as shown below.

Contact Form

Name

Email *

Message *

Popular posts from this blog

Red Hat Certified Systems Administrator – RHCSA (EX200) Ex@m practice 2022

Step-by-Step Install and Configure OpenLDAP on RHEL7/CentOS 7 Linux

Creating RAID-0 (Stripe) in Linux