#90daysofdevops
Read more stories on Hashnode
Articles with this tag
File Commands ⦁ ls --> Directory listing. ⦁ ls -al --> Formatted listing with hidden files. ⦁ ls *.sh --> list all the files having .sh extension. ⦁...
Git Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is...
What is a package manager in Linux? A package manager is a software tool used in Linux and other Unix-based operating systems to manage the...
Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number...
Let's learn about the most popular Linux Operating System and some of it's basic commands. · Overview Linux is free, open-source and powerful operating...
What is DevOps? DevOps is a methodology that promotes collaboration between the development team and the operations team to meet the deadline and...