Introduction -Day 3
Task: Basic Linux Commands
1. To view what's written in a file
Command = Cat folder-name
2. To change the access permissions of files
Read, write and executive
R= 4, W = 2, X = 1
Here I want to give permission to meri-file.txt by using chmod 777 c...
satishmudavath.hashnode.dev2 min read