Linux commands
To view what's written in a file:
bashCopy codecat filename
To change the access permissions of files:
bashCopy codechmod permissions filename
To check which commands you have run till now:
bashCopy codehistory
To remove a directory/Folder:
...
devopssssss.hashnode.dev1 min read