Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!cheers!exodus From: exodus@cheers.UUCP (Greg Onufer) Newsgroups: comp.mail.uucp Subject: Re: su uucp in crontabs/root ? Message-ID: <236@cheers.UUCP> Date: 7 May 89 04:23:45 GMT References: <75@norsat.UUCP> <2008@egvideo.UUCP> <532@bilver.UUCP> <8369@chinet.chi.il.us> Distribution: na Organization: Cheers Bar & Grill Lines: 19 In article <8369@chinet.chi.il.us>, les@chinet.chi.il.us (Leslie Mikesell) writes: > If you have the "crontab" command you are supposed to: > crontab -l >file > edit file > crontab file Or, in SunOS 4.0 and very likely AT&T SVR4, crontab -e username will do what you want. It will bring up an editor, let you make changes, verify the changes for correctness, and re-submit the file to cron. None of that `su user' hassle that SV systems make you go through. There's even crontab -l username if you like doing it the old way.... greg