I create cron job for user:
/usr/bin/wget http://xxxx/cron/mostreaded > /dev/null 2>&1
All works fine, but every time when cron execute script in user account directory created file named "mostreaded".
How can i disable file creation?
/usr/bin/wget http://xxxx/cron/mostreaded > /dev/null 2>&1
All works fine, but every time when cron execute script in user account directory created file named "mostreaded".
How can i disable file creation?