#linux
Read more stories on Hashnode
Articles with this tag
What is Git? Git is a version control system, that allows any software developer, or development project to track changes made in files and coordinate...
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...
1 .Create a simple file and do ls -ltr to see the details of the files We have created file "testfile.txt" using the touch command and then ran ls...
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User management 1 . You have to do the same using Shell Script i.e using either...
Task: Basic Linux Shell Scripting for DevOps Engineers. What is Kernel? The kernel is a computer program that is the core of a computer’s operating...
Task as per 3rd days of 90 Days of Devops Series To view what's written in a file. We use the Cat command to see what's written in file To change...