Day 3 - Basic Linux Commands
1. To view what's written in a file.
cat <filename>
This can also be achieved with less or more commands. Check out more in their man pages.
Alternatively, you can also try a "beautified cat" : bat
2. To change the access permissions of files.
chmo...
akshaykhoje.hashnode.dev3 min read