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...
arnavdevops.hashnode.dev2 min read