
Sat Feb 15 2020
How to List Cron Jobs in Linux
Cron is a scheduling daemon that allows you to schedule the execution of tasks at specified intervals. These tasks are called cron jobs. This article explains how to list the cron jobs.
Read more

Thu Feb 13 2020
How to Install and Use Curl on CentOS 8
curl is a powerful command-line tool for transferring data from or to a remote server. This article provides instructions on how to install and use the curl command on CentOS 8.

Wed Feb 12 2020
How to Rename Files and Directories in Linux
Renaming files is one of the most basic tasks you often need to perform on a Linux system. In this tutorial, we will show you how to use the mv and rename commands to rename files and directories.

Sun Feb 09 2020
Bash Sequence Expression (Range)
The Bash sequence expression generates a range of integers or characters by defining a start and the end point of the range. It is generally used in combination with for loops.
Tue Feb 04 2020
Lsmod Command in Linux (List Kernel Modules)

Wed Jan 29 2020
Bash Select (Make Menus)

Tue Jan 28 2020
Bash break and continue

Tue Jan 28 2020
Bash until Loop

Sat Jan 25 2020
Pidof Command in Linux

Fri Jan 17 2020
Id command in Linux
