Articles in this series
Software development comprises two different teams. The development team develops plans, designs, and builds the system from scratch, and the...
In this blog, I'm going to list the basic Linux commands everyone should know about. What is a shell? A shell in Linux is the command line interface...
What is the Linux command to Cat The cat command is used to view what's written in a file. chmod The command name "chmod" stands for "change...
In order to get things done in our daily lives, we must perform repetitive tasks. For instance: when running a number of commands, request regular...
In the last blog, we learned about the basic bash shell scripting, variable declaration, taking user input& arguments, and If-else. in this video,...
We learned how to take a backup using scripts, and with just one command, the backup is complete. However, suppose we must perform a daily backup at a...