• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

Tag: cronjob

06 July 2021

[Resolved] Cron job wget writing files to root directory

Written by Admin
[Resolved] Cron job wget writing files to root directory
Wget is command line utility for downloading files in Linux from web. Using wget utility you can trigger server side scripts using cron job. It also can be used to download files with FPT, HTTP, HTTPS protocols. Problem# When you use wget with cron job it will save the downloaded files under home directory....
Read More about [Resolved] Cron job wget writing files to root directory
Linux Leave a Comment
09 October 2020

How to List Cron Jobs in Linux

Written by Admin
How to List Cron Jobs in Linux
Cron is a scheduling daemon, used to schedule the execution of any tasks at specified time intervals. Such tasks (cron jobs) can be schedule to run at every minute, 5 minute, hour, day of the month, day of week, etc. Generally, cron jobs are used to perform repeated tasks, such as to backup databases,...
Read More about How to List Cron Jobs in Linux
Linux Commands Leave a Comment
01 June 2019

How to Setup Cron Job on Ubuntu 18.04

Written by Admin
Setup Cron Jobs in Ubuntu 18.04
CronJob is a task scheduler in Linux. It will schedule a task at a specific time or repeat automatically itself after a duration. Using this you can schedule scripts to be executed periodically. It is usually used for system admin jobs such as backups or cleaning temp directories and more. This tutorial will describe...
Read More about How to Setup Cron Job on Ubuntu 18.04
Ubuntu Leave a Comment
DigitalOcean Referral Badge

Popular Posts

© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook