[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] last bit of hacker droppings.
- Subject: RE: [cobalt-users] last bit of hacker droppings.
- From: "John Parris" <lists@xxxxxxxxxxxxx>
- Date: Thu Feb 15 21:17:44 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> How would I delete this cron job on a Raq3?
>
> [root /etc]# crontab -u root -l
> # DO NOT EDIT THIS FILE - edit the master and reinstall.
> # (/cr0n installed on Tue Feb 13 23:17:54 2001)
> # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
> */5 * * * * /usr/sbin/init
crontab -r while logged in as root would remove it.