Day 3-Basic Linux Commands
1-To view what's written in a file.
Use Cat Command in Linux Terminal
cat hello.txt
The above command will print the outlet of the hello.txt file in the console itself.
2-To change the access permissions of files.
The Chmod command to change the acc...
bhawesh.hashnode.dev2 min read