#trainwithshubham
Read more stories on Hashnode
Articles with this tag
What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage...
File Permission In Linux, file permissions control access to files and directories by specifying what actions users can perform on them. These actions...
To view what's written in a file. \> cat file_name To change the access permissions of files. \> chmod 777 folder_name To check which commands...
#Devops #TrainwithShubham #90DaysOfDevOps - Challenge Day 1 What is DevOps ? DevOps is a set of practices that combines software development and IT...