From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00c301c07275$e82d5900$8692fea9@coma> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20001230151952.8AF2D199E6@mail.cse.psu.edu> Subject: Re: [9fans] cron MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sun, 31 Dec 2000 02:33:48 +1100 Topicbox-Message-UUID: 3ec59aa8-eac9-11e9-9e20-41e7f4b1d025 From: William Staniewicz To: <9fans@cse.psu.edu> Sent: Sunday, December 31, 2000 8:16 AM Subject: [9fans] cron > Can cron be run on a standalone system? The manual > says it can only run on an authentication server. not that i'm an expert, but it makes sense. given the authentication method plan 9 has, cron is a bit tricky. running it on the auth server is then understandable. you auth yourself by proving who you are, whereas on unix you had a uid, root, setuid and all that dangerous stuff.