#devops
Read more stories on Hashnode
Articles with this tag
A Little Bit of Container History Docker is a container runtime. A lot of people think that Docker was the first of its kind, but this is not true –...
What is Git? Git is a free, open-source version control software. It was created by Linus Torvalds in 2005. This tool is a version control system...
Shell scripting -> A shell script is a list of commands in a computer program that is run by the Unix shell which is a command line interpreter. A...
AT -> The at command is the terminal method of allowing you to schedule on-time jobs for a specific time and date.It executes commands at a particular...
The manage user and groups account is the core part of Linux operating system. Each user has distinct login credentials in operating system to manage...
find -> the find command helps us to find a particular file within a directory. It is used to find the list of files for the various conditions like...