Day 3 Task: Basic Linux Commands
Task: 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 -...
faizan98.hashnode.dev2 min read