Basics of Linux Commands :
Day 3 Task for #90DaysOfDevopschallenge #trainwithshubham #devops
1. To view what is written in a file :
To view the content of a file we can use the "cat command" like this :
$ cat <filename>
$ cat test.txt
2. To change the access permissions of fil...
tanaya.hashnode.dev3 min read