#linux
Read more stories on Hashnode
Articles with this tag
#90DaysOfDevOps Linux Basics commands To check your current working directorypwdlist all the files and directorieslslist hidden files or directoriesls...
#90DaysOfDevOps What is Git and why it is important? Git is a DevOps tool for managing source code. It is a version control system that can...
#90DaysOfDevOps (1) What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade,...
#90DaysOfDevOps (1) Create a simple file and do ls -ltr to see the details of the files. Change the user permission of the file. (2)Write an article...
#90DaysOfDevOps What is Linux command to:- To view what's written in a file- Linux command to view what's written in a file is the cat command. The...
#90DaysOfDevOps What is Linux? Linux is a free and open-source operating system (OS). An operating system is software that directly manages the...