[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Sanity Check Please
- Subject: Re: [cobalt-users] Sanity Check Please
- From: "Dave" <maxdoubt@xxxxxx>
- Date: Fri Aug 17 03:00:55 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Sent: Friday, August 17, 2001 10:51 AM
Subject: [cobalt-users] Sanity Check Please
> I have a site that I possibly created before I went over the limit and was
> using my ip addy and admin account for the box to log in.
> I have now created a user for the virtual domain with admin priv.
> If I FTP I can create a new directory and upload but I can't overwrite old
> files.
Option #1, try deleting the file first then re-uploading using FTP.
Option #2, if that didn't work, *obtain a shell* (SSH is preferred to telnet)
into the box and, as r00t, use the chown command:
chown [options] newowner file(s)
type: man chown
for more information on how to use this command and it's options. If you have
a lot of files you need to change, read up on the -R (recursive) option. This
will traverse subdirectories to and change all the files, just be very
careful...
Dave~