Acl

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Acl as PDF for free.

More details

  • Words: 291
  • Pages: 8
1

1

Access Control List

To configure different set of file permissions for different users on a single resource (file/folder), ACL s are implemented. ACL s can be implemented only on ACL enabled partitions ACL s can be applied on Users Groups

2

2

Example

File FileCreated Createdby byroot root User User ::root root::rw_ rw_ Group Group ::root root::r_ r___ Others ::r_ Others r___ Hello

Quotation

/aclmount

root 3

3

Steps

Create Createaanew newpartition partition [root@comp1 ~]#fdisk /dev/hda [root@comp1 ~]#fdisk /dev/hda

Format Formatthe thePartition Partition [root@comp1 ~]#mkfs.ext3 /dev/hda9 [root@comp1 ~]#mkfs.ext3 /dev/hda9

Create Create aa new newmount mount point point [root@comp1 [root@comp1 ~]#mkdir ~]#mkdir /aclmount /aclmount 9

4

Steps

Mount MountNew Newpartition partitionwith withACL ACL option option [root@comp1 ~]#mount -o acl /dev/hda9 [root@comp1 ~]#mount -o acl /dev/hda9 /aclmount /aclmount

Create CreateUsers Users [root@comp1 ~]#useradd [root@comp1 ~]#useradd usr1 usr1 [root@comp1 [root@comp1~]#useradd ~]#useradd usr2 usr2 [root@comp1 ~]#useradd [root@comp1 ~]#useradd usr3 usr3

Create CreateGroups Groups [root@comp1 ~]#groupadd [root@comp1 ~]#groupadd sales sales

10

5

Steps

Add Addsome someusers usersto togroup group [root@comp1 ~]#gpasswd M usr1, [root@comp1 ~]#gpasswd M usr1,usr2 usr2 sales sales

Create Createfiles filesinto intothe theACL ACLenabled enabledpartition partition [root@comp1 ~]#vi /aclmount/quotation [root@comp1 ~]#vi /aclmount/quotation

The The default default permissions permissions for for the the directory directory // file file will will be be rw_r__r__ rw_r__r__

11

6

Applying ACL

ACL ACLpermissions permissionsto to the the directory directoryfor forthe theuser user [root@comp1 ~]#setfacl m u:usr1: /aclmount/quotation [root@comp1 ~]#setfacl m u:usr1: /aclmount/quotation

ACL ACLpermissions permissionsto tothe the directory directoryfor forthe thegroup group [root@comp1 ~]#setfacl -m g:sales:rw /aclmount/quotation [root@comp1 ~]#setfacl -m g:sales:rw /aclmount/quotation

12

7

ACL

To Tolist listapplied appliedACL ACLapplied appliedon onaaFile File [root@comp1 ~]#getfacl /aclmount/quotation [root@comp1 ~]#getfacl /aclmount/quotation

Remove RemoveACL ACLfrom fromaafile file [root@comp1 ~]#setfacl x u:usr1 [root@comp1 ~]#setfacl x u:usr1 /aclmount/quotation /aclmount/quotation

13

8

Related Documents

Acl
November 2019 15
Acl
November 2019 22
Acl
October 2019 16
Practica Acl
November 2019 12
Acl Review
May 2020 2
Reglas Acl
November 2019 12