[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] webilizer help
- Subject: RE: [cobalt-users] webilizer help
- From: BSmith@xxxxxxxxxxx
- Date: Mon Jan 27 08:05:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Paul Brown [mailto:paulb@xxxxxxxxxxxx]
Sent: Monday, January 27, 2003 10:58 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-users] webilizer help
Also how do I now delete all the /home/sites/sitexx/web/stats/ folders?
Cheers
Paul
_____________________________________
With the "rm" command of course. If you are not familiar with Linux, I
would strongly recommend staying out of the shell, and buying a book. You
may accidentally delete something.
rm -R -f /home/sites/*/web/stats
That will do it,
~Brian