Day 3 : Basic Linux commands
This is #90DaysofDevops challenge under the guidance of ShubhamLondhe sir
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.
“histo...
swapnalit.hashnode.dev2 min read