Webinar topic: ACL on Linux - Part 2
Presenter: Achmad Mardiansyah, M. Taufik Nurhuda
In this webinar series, we discussed ACL on Linux
Please share your feedback or webinar ideas here: http://bit.ly/glcfeedback
Check our schedule for future events: https://www.glcnetworks.com/en/schedule/
Follow our social media for updates: Facebook, Instagram, YouTube Channel, and telegram also discord
Recording available on Youtube
https://youtu.be/vdYIxAOigX0
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
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.