Day 3 Task: Basic Linux Commands
1. To view what's written in a file.
--> cat <filename>
2. To change the access permissions of files.
--> chmod 777 <filename>
3. To check which commands you have run till now
--> history
To remove a directory/ Folder
-->rmdir <folder name>
--...
madhuripdevops.hashnode.dev2 min read