Day 6 Task: File Permissions and Access Control Lists
Day 6 Task: File Permissions and Access Control Lists
Linux Permissions:
This Linux permissions give you the authority to open and perform some
operations on a file. In Linux There are 3 types of Permissions:
1. Read :- This Permission allows you to open and read the
content of a file
2. Write :- This Write permission allows you to
wdit,rename,remove of a file
3. Execute :- Using this permission, you can execute a file.
➢ Read about ACL and try out the commands getfacl and setfacl
Access Control list(ACL) provides an additional, more flexible permssion for file
systems.
Access Control list is a service which is use for providing special permission to
specific user and group to particular directories and file
setfacl and getfacl are used for setting up ACL and showing ACL respectively