Day 6 : File Permissions and Access Control Lists.
Today is more on Reading, Learning and Implementing File permissions.
Create a simple file and do ls -ltr to see the details of the files.
chown (change owner):
This is the command we can use to change who owns a particular file or directory.
ch...
devopsplaybook.hashnode.dev2 min read