Logging In as UUCP to Set crontab

John Palmer jpp at tygra.ddmi.com
Thu Aug 16 09:48:13 AEST 1990


In article <25 at raysnec.UUCP> shwake at raysnec.UUCP (Ray Shwake) writes:
>markd at silogic.UUCP (Mark DiVecchio) writes:
>
>>I don't quite understand how I get a new uucp owned crontab into
>>/usr/spool/cron/crontabs. 
>
>>To do this for uucp, I need to login as uucp but, of course, the login
>>shell is uucico so that won't work. 

Real simple: Login as root, and do this:

    cd /usr/spool/cron/crontabs
    cp /dev/null uucp
    chown uucp uucp
    chgrp uucp uucp
    chmod 644 uucp

Then, edit the file, put in the commands, kill the current cron process
(I'm SORRY - but regardless of what SCO says, the cron process 
DOES NOT periodically
 check the crontab files and update its internal database)
and then restart cron by typing /etc/cron.

-- 
=  CAT-TALK Conferencing Network, Prototype Computer Conferencing System  =
-  1-800-825-3069, 300/1200/2400/9600 baud, 8/N/1. New users use 'new'    - 
=  as a login id.   E-Mail Address: jpp at ThunderCat.COM                    =
-           <<<Redistribution to GEnie PROHIBITED!!!>>>>                  -



More information about the Comp.unix.xenix mailing list