Cheatsheet for Linux & Git for DevOps Engineer
Linux Commands Linux-Base # : root user $ : normal users / : root directory ~ : home directory man : access manual pages for all Linux commands uname : show name of kernel (OS) uname -r ...

Search for a command to run...
Articles tagged with #linux-for-beginners
Linux Commands Linux-Base # : root user $ : normal users / : root directory ~ : home directory man : access manual pages for all Linux commands uname : show name of kernel (OS) uname -r ...

Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request....

Task9 What is Git and why is it important? Ans: Git is nothing but a source code management tool used by developers to update and trace any progress in codes or files in a project and helps them in sorting the work with teamwork efficiency. The reas...

Task 7 of DevOps learning Package manager in Linux A package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a GUI based or a command-line tool...

Task 6 of #90daysofdevops File Ownership File/ Directory owners come in this basic three categories: user — The owner of the file or application. A user is the owner of the file. By default, the person who created a file becomes its owner. Hence, ...
