Basic Linux Commands
To view what's written in a file. - cat <filename>
To change the access permissions of files. - chmod 777 <filename>
To check which commands you have run till now. - history
To remove a directory/ Folder. - rm -r <directoryname>
To cr...
bikramchatterjee.hashnode.dev1 min read