# Day 3 - Basic Linux Command
To view what's written in a file.
Cat(concatenate) command is very frequently used in Linux. It reads data from the file and gives its content as output.
To change the access permissions of files.
chmod is a command that lets you change the permi...
pareshrathod.hashnode.dev2 min read