Some common Linux commands
Mostly used commands in daily work
To view what's written in a file :
To change the access permissions of files :
chmod 777 <filename> rwx
To check which commands you have run till now :
history #list all the previous cmd
To remove a di...
techopsprith.hashnode.dev2 min read