Basic Linux commands
What are the basic Linux commands to:
1.To view what's written in the file :
cat filename: This command is used to display all the contents in the particular file on the terminal.
2.To change the access permissions of the file:
chmod777 filename: Th...
piyushverma.hashnode.dev2 min read