Day 12 : Linux cheat sheet & Git cheat sheetLinux cheat sheet Git Cheat Sheet:Feb 25, 2024·1 min read
Day 7 Task: Understanding package manager and systemctlWhat is package manager in Linux? Package manager is an tools in linux, which automates the process of installing, upgrading, configuring and removing the packages in operating systems. there are different types of it. What is a package in Linux? A p...Feb 4, 2024·3 min read
Day 6 Task: File Permissions and Access Control ListsThis article is more about reading, learning and implementing file permission in Linux. Here, I am explaining on Linux permissions and ownership and will do tasks on both of them. Let us start with the Permissions. How to check file permission in Lin...Feb 4, 2024·3 min read
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementWhat do you think if you have to create 90 directories at a time, how will create it one by one or using script or command. Here Linux shell scripting comes into the picture. There are two different ways, we can create directories at a time using com...Feb 3, 2024·1 min read
# Day 3 Linux Basic Commands Part 2( Day to Day Activities)Cat :To view what's written in a file. or it can be used to see the contents of file chmod :To change the access permissions of files history: To check which commands you have run till now. touch: To create a empty file this command can be used ...Jan 30, 2024·1 min read
Day 2 Linux FundamentalsBasic linux commands Listing commands ls option_flag arguments --> list the sub directories and files avaiable in the present directory Examples: ls -l--> list the files and directories in long list format with extra information ls -a --> list all ...Jan 28, 2024·3 min read