Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
crontab jobs
Name: Lhot Date: March 12, 2001 at 23:07:26 Pacific
Comment:
We have jobs running in crontab but one job seems not running in its right schedule, but when I try to run it manually, it runs perfect. So I am wondering what could be the possible reason for this?
Summary: when i update a crontab job and then update the clock with "date" the crontab job doesn't start. I need to update the crontab after updating the system clock inorder it to be activated. Does anyone kn...
Summary: I have a script that grep for a string in all the log files in the directory. The grep results will be output to a text file. grep error *.log >> /tmp/error.txt the script alone will run perfectly if...
Summary: I would like to write a Unix script to do the following: 1. Check if a filesystem is mounted, if the file system is mounted on this system, execute a script tha would be passed as a second p...