- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2016
10:26 PM
04-01-2016
10:26 PM
Old Cron Job FIles
Hello
I would like to know if its ok to delete the corn.php 1 etc files there are currently 40k+ files which is using a lot of server space.
This is corn i am using currently.
/usr/bin/wget -q http://sitename.com/cron.php > /dev/null 2>&1 |
also if they are not needed is there any way to delete them automatically.
Please Help.
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2016
05:51 AM
04-02-2016
05:51 AM
Re: Old Cron Job FIles
Please publish the contents of a such a file here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2016
09:48 PM
04-05-2016
09:48 PM
Re: Old Cron Job FIles
Hello sorry for the late reply, the files are empty,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2016
12:32 AM
04-06-2016
12:32 AM
Re: Old Cron Job FIles
Replace the -q key with the -quiet in your command, and the files will not be created.