|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
cron a script?
how would i cron a perl script to to chmod all php files to 755 or is there an easier way, could i just : crontab chmod *.php 755. would those work?
|
|
#2
|
||||
|
||||
|
First run this:
man 5 crontab This will show you the format of how to place commands in your crontab. Next, to edit your crontab file, you need to do: crontab -e This will bring up your crontab file and you can edit it and add the commands that you like. Don't forget to specify absolute pathnames, as in: /bin/chmod 755 /path/to/*.php
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > cron a script? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|