Basic Linux Commands
What is the Linux command to
Which command is used to view what's written in the file?
cat file_name
Which command is used to change the access permissions of files?
chmod <options> file_name
eg: chmod 777 test1.txt
eg: chmod u...
devesh121.hashnode.dev2 min read