Basic Linux Commands
To view what's written in a file :
cat filename
vim filename
nano filename
To change the access permisson of the file:
chmod premission <folder name>
To change which commands you have run till now :
history
To remove a directory / folder:
for a folde...
zankhana.hashnode.dev1 min read