際際滷

際際滷Share a Scribd company logo
ACL on Linux
GLC Networks
Colaboration
Webminar
Lab Practice
Pro鍖le
Nama : M. Taufik Nurhuda
Pekerjaan : Guru TKJ, IT Support, Mikrotik
Academy Trainer SMK Pelita Pesawaran
Facebook :
https://www.facebook.com/taufik.nurhuda.5/
LinkedIn :
https://www.linkedin.com/in/taufik-nurhuda-5224b1
180/
Website : www.taufiknurhuda.web.id
Linux Permissions
 Linux 鍖le permissions are simple but 鍖exible
 Have three level categories :
 User
 Group
 Other
 Have three permission categories :
source : RH124-8.0
Linux Special Permissions
source : RH124-8.0
Linux Permissions
Linux Change User & Group Ownership
Linux ACL Concept
 Using Command :
 getfacl /directory/listing
 setfacl -Rm u/g:groupname/username:rwX /direcotory/listing
Studi Case
 At the IT Support Company they con鍖gure share directory on
/home/WorkShare.
 Ownership of /home/WorkShare directory is admin group.
 Have operators and admin group members.
 In the operators group has a operator1 and operator2 users.
 In the admin group has a admin1 and admin2 users.
 admin group will have read and write permissions on
/home/WorkShare directory.
 operators group will have read and write permissions to. but
operator2 user will have restricted access to read only.
 The permission applies to existing and future 鍖les.
Thanks

More Related Content

ACL on Linux - Part 2

  • 1. ACL on Linux GLC Networks Colaboration Webminar Lab Practice
  • 2. Pro鍖le Nama : M. Taufik Nurhuda Pekerjaan : Guru TKJ, IT Support, Mikrotik Academy Trainer SMK Pelita Pesawaran Facebook : https://www.facebook.com/taufik.nurhuda.5/ LinkedIn : https://www.linkedin.com/in/taufik-nurhuda-5224b1 180/ Website : www.taufiknurhuda.web.id
  • 3. Linux Permissions Linux 鍖le permissions are simple but 鍖exible Have three level categories : User Group Other Have three permission categories : source : RH124-8.0
  • 6. Linux Change User & Group Ownership
  • 7. Linux ACL Concept Using Command : getfacl /directory/listing setfacl -Rm u/g:groupname/username:rwX /direcotory/listing
  • 8. Studi Case At the IT Support Company they con鍖gure share directory on /home/WorkShare. Ownership of /home/WorkShare directory is admin group. Have operators and admin group members. In the operators group has a operator1 and operator2 users. In the admin group has a admin1 and admin2 users. admin group will have read and write permissions on /home/WorkShare directory. operators group will have read and write permissions to. but operator2 user will have restricted access to read only. The permission applies to existing and future 鍖les.