home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7326 < prev    next >
Encoding:
Text File  |  1993-01-07  |  788 b   |  29 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!shlny!usenet
  3. From: nwc (Nick Christopher)
  4. Subject: Re: cron and shell scripts
  5. Message-ID: <C0I27v.5uC@ny.shl.com>
  6. Sender: usenet@ny.shl.com (Net News)
  7. Nntp-Posting-Host: next
  8. Reply-To: nwc@ny.shl.com
  9. Organization: SHL Systemhouse Inc.
  10. References: <86258@ut-emx.uucp>
  11. Distribution: usa
  12. Date: Thu, 7 Jan 1993 19:59:55 GMT
  13. Lines: 14
  14.  
  15. In article <86258@ut-emx.uucp> mikael@scout.utexas.edu (Mikael Behrens) writes:
  16. > 10 17 * * *    mikael    /bin/sh /Users/mikael/Apps/RetrieveMail
  17. > The last line is my addition.  I've been changing the times to test it.   
  18. > I've also tried this entry:
  19. > 10 17 * * *    mikael    /Users/mikael/Apps/RetrieveMail
  20. > Neither works.  
  21.  
  22. try:
  23.  
  24. 10 17 * * *    root su mikael -c '/Users/mikael/Apps/RetrieveMail'
  25.