#devops-articles
Read more stories on Hashnode
Articles with this tag
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...
| (Pipe) -> Pipe is used to combine two or more commands such that output of one command serves as input to the next. In short, the output of each...