#linux
Read more stories on Hashnode
Articles with this tag
#Day16 of 90DaysofDevOps Challenge · Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker...
#Day9 of 90DaysofDevOps Challenge · What is Git and why is it important? Git is a tool that allows you to VCS(Version Control System). So What is the...
#Day7 of 90DaysofDevOps · What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove,...
#Day6 of 90DayofDevOps · Create a simple file and do ls -ltr to see the details of the files touch testing.txt ls -ltr How do you view Linux file...
#Day5 of 90DaysofDevOps · Q) Creating n number of directories using a script? Ans:- mkdir assg cd assg vim asg5.sh chmod 770 asg5.sh ./asg5.sh ls Q)...
#Day4 of 90DaysOfDevOps · What is Kernel? Ans:- The kernel is like the Brain of an operating system. It controls and manages all the important things...