Day 6 Task: File Permissions and Access Control Lists
(1) Create a simple file and check the details of the file
To create a file we have to run the command touch filename. Here as an example i created an empty file called demofile.txt with the help of touch command.
Ex: touch demofile.txt
To see the de...
salunkeadinath.hashnode.dev4 min read