Day 06- Task
Shreshta Thiru
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 Shreshta Thiru directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by