π Day 3: Day-To-Day Use Linux Commands
π‘π Tasks at Hand:
1. To view what's written in a file:
Command:cat
Syntax:cat filename.txt
Explanation: Displays the entire contents of the specified file on the terminal screen.
2. To change the access permissions of files:
Command:chmod
Synta...
iamsushil.hashnode.dev2 min read