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 view the content of the file.txt reads data from the file and gives its content as output.
Syntax: cat file_name
2. To change the access permissions o...
maazmohd313.hashnode.dev3 min read