Basic Linux Commands
Task 1. To view what's written in a file.
cat example.txt
Task2. To change the access permissions of files.
chmod [options] mode filename
you can use a numeric mode to set the permissions. In this mode, each permission is represe...
dhananjaykulkarni.hashnode.dev2 min read