Articles in this series
Why choose DevOps? Here's why: Faster time to market through automation and collaboration. Continuous integration and deployment for rapid and...
Introduction: Linux is a powerful and open-source operating system kernel that forms the core of many Unix-like operating systems. It was created by...
Introduction: Linux commands refer to the set of instructions and actions that can be executed via a command-line interface (CLI) in a Linux-based...
What is a kernel? In Linux, the kernel is the core part of the operating system responsible for managing hardware resources, process scheduling,...
Create multiple directories using Shell Script: To create multiple directories using a shell script, you can use a simple loop to iterate through a...
Today is more on Reading, Learning and Implementing File permissions. Create a simple file and do ls -ltr to see the details of the file. Each of the...