- To view what's written in a file.
cat filename
-
To change the access permissions of files.
chmod 777 foldername
-
To check which commands you have run till now.
history
-
To remove a directory/ Folder.
rm filename
- ``` rmdir foldername ```
- To create a fruits.txt file and to view the content.
vim fruits.txt
cat fruits.txt