Day 3 Task: Basic Linux Commands
Linux command
To view what's written in a file.
cat <filename>
To change the access permissions of files.
chmod <permissions> <file name>
To check which commands you have run till now.
history
To remove a directory/ Folder.
rm -r
To create a frui...
devopsyash.hashnode.dev2 min read