Day 3 - Basic Linux Commands - Part 2
Task: What is the Linux Command to:
To view what's written in a file:
We can use the "cat" command to view the contents of the file.
cat <path_of_file>
To change the access permissions of files:
The permission for any file or directory goes li...
bharatahire.hashnode.dev2 min read