The most beautiful thing we can experience is the mysterious. It is the
source of all true art and all science. He to whom this emotion is a
stranger, who can no longer pause to wonder and stand rapt in awe, is as
good as dead: his eyes are closed.

— Albert Einstein

Solaris - Crontab or "How to setup cron in Unix?"

  • Switch User to root
  • >su root
    

    Switch User to Root - Unix SU

  • Create copy of crontab file
  • >crontab -l > newcron
    

    Unix - Create copy of crontab file

  • Edit copy of crontab file
  • >vi -y newcron
    

    Edit copy of crontab file

  • Use crontab-copy as a new crontab file
  • >crontab newcron
    

    Use crontab-copy as a new crontab file