Day-3 Basic Commands in Linux - Part 2
What is the Linux command to:
To view what's written in a file
We can use the "cat" command to see what's written in the file.
To change the access permissions of files.
To change the access permissions of a file or directory we use "chmod".
B...
umarbutt.hashnode.dev2 min read