Microsoft
Software
Hardware
Network
Question : How do I edit a crontab outside of an editor?
Hi,
I want to deinstall and reinstall a crontab using a PHP script. $ man crontab mentions that editing of the crontab files directly is discouraged - is there a way to add lines to the crontab via the shell, instead of within the editor that is loaded upon executing with -e?
Something like: crontab -e -u root < * * * * * /command ?
Or is it safe to edit the crontab file directly?
Thanks
Answer : How do I edit a crontab outside of an editor?
you can do
crontab -l > mycron
> mycron>
crontab mycron
Random Solutions
urllib2 info()
Windows xp desktop taskbar
Clear Screen
Windows Logs off Immediately after Successful Logon - Faux partitions
Difference between Web Server and Application Server?
policy file not working
Frequency of Googlebot crawl
How to resend badmail - nothing in badmail folder, only display in badmail que
i get the below error for the code here in the snippet. Excel macro that gets the drive letters of each machine.
I is it possible to fix a corrupted .dat file?