A practical example of how you can schedule your scripts using Cron Jobs in Linux. Many times there is a need to run a script in our server periodically. We can schedule our work using cron
Many times there is a need to run a script in our server periodically. We can schedule our work using cron. The first thing that we need to do is to go to the terminal and to open the crontab by typing the command:
crontab -e
The first time, it will ask you to choose your editor, which can be then nano, vim etc. Personally, I prefer the nano which is the simplest one. Once we open the editor we are ready to schedule our cron job.
Looking to develop real-time applications? **[Hire Dedicated Linux Developer](https://hourlydeveloper.io/hire-dedicated-linux-developer/ "Hire Dedicated Linux Developer")** from **[HourlyDeveloper.io](https://hourlydeveloper.io/...
Every week we bring to you the best AI research papers, articles and videos that we have found interesting, cool or simply weird that week. Have fun!
This article is all about my journey on switching from Windows 10 to Linux Mint 20, how I got easily adapted to the Linux environment, and some resources that helped me to set up a perfect Desktop environment.
Every week we bring to you the best AI research papers, articles and videos that we have found interesting, cool or simply weird that week. Have fun!
User Administration in Linux - Linux Tutorial - Linux Training