#90daysofdevops
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 –...
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...
Vim -> It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi...
cp -> Use the cp command to create a copy of the contents of the file or directory specified by the SourceFile or SourceDirectory. syntax -> cp...