[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?
- Subject: Re: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Mon Jul 7 10:41:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> w/o having to trash each one individually?
> :-)
RaQ3/4/XTR
for site in `ls -1d /home/sites/site* |cut -f 4 -d/`; do
/usr/sbin/cdelvsite -g $site
done
RaQ550
clistvsite | cdelvsite -
Jeff-