by Satish Kumar | Feb 27, 2021 | Linux
In this article, we are going to learn how to make presentations and how to create graphics on the CLI. For this, we are going to use a tool named dialog.dialog is a Linux command-line tool used for taking input from users and to create message boxes. Prerequisites...
by Satish Kumar | Feb 26, 2021 | Linux
In this article, we are going to discuss the dd command. The dd command stands for data duplicator. It is mainly used for converting and copying files. In this section, we are going to learn about backing up and erasing a media file. Prerequisites Besides having a...
by Satish Kumar | Feb 25, 2021 | BASH
In this article, we are going to discuss the syslog protocol. We’ll also learn about the logger command, which is a shell command and acts as an interface for the syslog module. The logger command makes entries in the system log. In this section, we are also going to...
by Satish Kumar | Feb 24, 2021 | BASH
In this article, we are going to learn how to create users and groups through a shell script. Write Script: Now, we will create a script to add a user. The useradd command is used to create a user. We are going to use...
by Satish Kumar | Feb 23, 2021 | Linux
In this article, we are going to learn how to configure Cron Jobs. We are going to use crontab to set up a Cron Job. Configure Cron Open your terminal and go to the /etc folder and check the /cron folders. You will see the following cron folders: /etc/cron.hourly...