#linux
Read more stories on Hashnode
Articles with this tag
#devops · Thank you for reading this Blog. Hope you learned something new today! If you found this blog helpful, please like, share, and follow me for...
#devops#git · Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default...
#devops#linux · What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade,...
#devops Three types of Linux Permission classes User group other Default permission is -rw-rw-r chmod 777 file.txt chmod 640 file.txt for the...
#devops All 90 directories within seconds using a simple command, creating 90 directories in one go as below: mkdir day{1..90} You have to do the...
#devops To add a user to the Linux system: useradd devops setting user password: passwd devops If we want to add a user by making a directory use...