Basic Linux Commands Part - 2
To view what's written in a file.
The cat command is used to view the contents of the file in Linux.
To change the access permissions of files.
Syntax-
chmod 777 <Filename>
Here we are providing all the Permission to the file (Read, Writ...
dwarkajha.hashnode.dev2 min read