#linux
Read more stories on Hashnode
Articles with this tag
Day 89 of #90daysofdevops challenge ยท Project Description In this AWS Mini Project, you will learn how to Mount an AWS S3 Bucket on an Amazon EC2 Linux...
Linux Commands: ls: List all the directories and files. mkdir: Makes a new directory. rmdir: Remove a directory (only if it's empty). cd: Change...
What is a package manager? A package manager is a tool in Linux which is used to install, remove, update and upgrade the software packages on a...
Create a simple file and do ls -ltr to see the details of the files. Each of the three permissions are assigned to three defined categories of users....
Introduction: In this blog, we'll learn some advanced concepts of Linux shell scripting that every aspiring DevOps engineer should know. We'll gonna...
What is Shell? A shell in Linux is a command line interface that will take all my commands as input and convert those to tell the operating system...