Basic Linux Commands
We will see some basic commands as 90DaysChallege then will see most used linux command for Devops.
To view what's written in a file : To view the contents of a file in Linux, you can use the cat command.
cat firstfile.txt
To change the access pe...
ajayblog.com4 min read