Day 06 Task:
Priyanka Gond
1 min read
Create a simple file and do
ls -ltr
to see the details of the files.Write an article about File Permissions based on your understanding from the notes.
#chgrp-to change the owner of the group
chmod-used to change access permissions for file/director
Refer below file permissions
chown-To change the ownership of the file
#ls -ltr: List the files with time stamp and all the additional details like size of the file, type of the files, group it belongs to, and owner of the group
3.Read about ACL and try out the commands getfacl
and setfacl
Access control list(ACL):
Getfacl:
setfacl:
0
Subscribe to my newsletter
Read articles from Priyanka Gond directly inside your inbox. Subscribe to the newsletter, and don't miss out.
getfaclsetfaclDay6#LinuxPermissions #UserPermissions #FilePermissions #DirectoryPermissions #LinuxSecurity #AccessControl #Setuid #Setgid #StickyBit #LinuxUserAccounts #OwnershipAndPermissions #LinuxFileSystem #CommandLine #LinuxAdministration #SystemSecurityaccess control list
Written by