How can I schedule a script on Solaris?

How can I schedule a script on Solaris?

Use crontab.. just type man crontab

OK thx :slight_smile:

If it just needs to be run once, look at the "at" command as well. Crontab is more for scripts that are run routinely.