Basic Linux Commands
To view what's written in a file.
cat filename
To change the access permissions of files.
chmod [permissions] [filename] 4: Read (r) 2: Write (w) 1: Execute (x)
To check which commands you have run till now.
history
To remove a directory/ Folde...
abhi2207.hashnode.dev1 min read