Day 06- Task

  1. Create a simple file and do ls -ltr to see the details of the files.

  2. 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: