Basic Linux Commands for File Management
Day 3 Task:
To view what's written in a file.
cat filename
vim filename
nano filename
To change the access permissions of files.
chmod 777 filename
To check which commands you have run till now.
history
To remove a director...
irfans.hashnode.dev2 min read