๐ Day 3 of #90DaysOfDevOps Challenge Done! ๐
To view what's written in a file.
cat filename
To change the access permissions of files.
chmod 777 foldername
How do I change directory permissions in Linux?
To change directory permissions in Linux, use the following:
chmod +rwx fi...
trushid.hashnode.dev1 min read