Basic Linux Commands ๐ง๐ป
What is the Linux command to:
To view what's written in a file.
To view what's written inside a file, you can use the cat command.
cat filename.txt
To change the access permissions of files.
In Linux, chmod command is used to change the access permi...
sompandey.hashnode.dev3 min read