Day 3 Task: Basic Linux Commands -Part2
Task: What is the Linux command to
1. To view what's written in a file.
The "cat" command is used to concatenate and display the contents of a file.
Syntax: cat file_name
2. To change the access permissions of files.
chmod is the command used to cha...
dhirajubhalkar.hashnode.dev3 min read