Day 12 : Linux cheat sheet & Git cheat sheet
Linux cheat sheet Git Cheat Sheet:
Search for a command to run...
Articles tagged with #90daysofdevops
Linux cheat sheet Git Cheat Sheet:
Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2 Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a...

What is Git? Git is an version control systems, which allows us to track the changes in files and coordinate works on those files around multiple people. Commonly its being used for software development process to track the changes in releases. What ...

This 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...

What 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...

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 ...
