Day 3 : Basic Linux Commands
Task : Basic Linux Commands
Task: What is the Linux command
1.To view what's written in a file.
cat
2.To change the access permissions of files.
chmod +x
3.To check which commands you have run till now.
history
4.To remove a directory/ Folder.
rm
5.T...
sultansaudagar.hashnode.dev1 min read