Articles in this series
Day 2 of 90daysofdevops · Linux Linux is a free and open-source operating system (OS) based on the Unix operating system. It was created by Linus...
Day 3 of 90daysofdevops · Commonly used Linux Commands ls - List files and directories in the current directory. cd - Change directory. You can use cd...
Day 4 of 90daysofdevops · What is Shell? Shell is a UNIX term for an interface between a user and an operating system service. Shell provides users...
Day 5 of 90daysofdevops · Task 1: Creating Multiple Directory using Shell Scripting Write a bash script "create_dir.sh" that when the script is executed...
Day 6 of 90daysofdevops · What is File Permission? In Linux, file permissions determine who can access a file or directory, and what actions they can...
Day 7 of 90daysofdevops · What is Package Manager in Linux? A package manager in Linux is a software tool that automates the process of installing,...