![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running scripts from home | mastachef | UNIX for Dummies Questions & Answers | 2 | 12-07-2007 06:51 PM |
| Running shell scripts automatically without using Batch or at commands | ritzwan0 | Shell Programming and Scripting | 3 | 09-17-2006 02:51 PM |
| Scripts for calculating size and remaining space of a directory automatically. | leonall | Shell Programming and Scripting | 1 | 12-13-2005 02:30 PM |
| Running a program automatically | jvadn0 | Shell Programming and Scripting | 3 | 03-12-2002 04:38 AM |
| How to run three scripts one after another automatically??? | arunava_maity | UNIX for Dummies Questions & Answers | 3 | 05-04-2001 08:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Quote:
init (/etc/init.d/) for automatically starting scripts during system startup, depends on what you want (console, GUI... system's run level) what do you want? -- Vladimir Nothing but Unix http://unix-news.blogspot.com/ |
|
||||
|
Quote:
I am using UNIX Sco 5.0.6. Thanks. |
|
||||
|
Quote:
To automate running scripts at 4:30am every day you must write string to crontab file something like: 30 4 * * * * user /home/user/script.sh First column - minutes, second - hours (24-h format) You can setup any time to within 1 minute (if you need seconds - you can run 'sleep' or so at the script). -- Vladimir Nothing but Unix http://unix-news.blogspot.com/ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|