#linux
Read more stories on Hashnode
Articles with this tag
Day 12 of #90daysofdevops challenge SETUP: Configuring user information used across all local repositories. git config --global user.name "[Firstname...
#day12 of #90daysofdevopschallenge cd - Change directory Use this command to navigate to different directories in the file system. Ex. cd pictures...
What is a package manager in Linux? Package Managers are used to automate the process of installing, upgrading, configuring, and removing programs....
Create a simple file and do ls -ltr to see the details of the files In the Linux/Unix operating system, there are many ways available to create...
#day5 of #90DaysOfDevOps Challenge Task: Create a Script for creating multiple directories. Write a bash script createDirectories.sh that when the...
#day4 of #90DaysOfDevOps ยท What is a kernel? The kernel is a computer program that is a core or heart of an operating system. Hence it has full control...