#linux
Read more stories on Hashnode
Articles with this tag
#Navigation pwd → Prints the current working directory. cd → To change the current working directory. cd .. → To move one directory back. ls →...
What is a Package Manager in Linux? In simpler words, A package manager keeps track of what software is installed on your computer and allows you to...
Basic Concepts Every Linux system has three types of owners: User: A user is the one who created the file. By default, whoever creates the file...
Yes!! We have completed the " How to write shell scripts using basic command of Linux in Day 4".😎 So, Now moving ahead with some advance shell...
So, before going ahead with "Shell scripting", we have to get familiar with the below terminologies. What is Kernel? The kernel is a computer program...
Thus, Day 2 essentially addressed the fundamentals of Linux commands. We will now cover some advanced Linux commands that are necessary to write...