Day 03 - Some other important Linux commands
1) To view what's written in a file:
Ans: cat
Cat simply prints the content of the file to standard display i.e. your screen.
2) To change the access permissions of files:
Ans: chmod
The chmod command enables you to change the permissions on a file. ...
mrunalninawe.hashnode.dev3 min read