Day 03 : Linux commands Part -2
To view what's written in a file.
cat command is used to see the content of a file.
cat <File Name>
To change the access permissions of files.
chmod 777 test.txt
/chmod is used to change file permission.
To check which commands you have run t...
garvitmathur.hashnode.dev1 min read