Basic Linux Commands part 2
To view what's written in a file. To view what's written in a file we use the "cat" command. It will display all the content of a file. To change the access permissions of files. we can modify permissions using the "chmod" command. chmod permis...
Apr 14, 20232 min read49

