Basic Linux Commands
What is the Linux command to
To view what's written in a file :
cat filename
To change the access permissions of files :
chmod
To check which commands you have run till now :
history
To remove a directory/ Folder :
rm -r directory/folde...
prajwalzalaki.hashnode.dev1 min read