#linux
Read more stories on Hashnode
Articles with this tag
Linux Cheat Sheet: Basic Commands: ls: List directory contents. cd: Change directory. pwd: Print the current working directory. mkdir: Create a...
What is a Package Manager? A package manager is a software tool that automates the process of installing, updating, configuring, and removing software...
File Permissions in Linux In Linux, file permissions are a way to control who can access a file and what they can do with it. Three types of...
Script 1: Shell script to create multiple directories with dynamic names: Let's write a bash script with three given arguments (one is "the directory...
Day4 Task of #90daysofdevops · What is Kernel? The kernel is a central component of an operating system that manages the operations of the computer and...
In this blog we'll learn how we can drive certain tasks in Linux using shell: · To view what's written in a file. cat filename To change the access...