[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CGi SCripts not working? IP Address
- Subject: RE: [cobalt-users] CGi SCripts not working? IP Address
- From: "Carrie Bartkowiak" <admin@xxxxxxxxxxxxxxxxxx>
- Date: Thu Oct 26 08:59:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Clint,
While you're in telnet as root in that directory, you can change the
permissions and ownership of the folder so that you can upload the image.
Check what the permissions are FIRST so that you know what to change them
back to. Use the command "ls -l" to get a listing of the folders/files with
permissions listed out. Then:
chmod 777 folder_name
chown admin folder_name
Then use ftp to upload the image to that directory (as your admin account).
Don't dally around, do it quickly. :)
Then chmod and chown back to original. Let's say the folder was originally
550 before you changed it:
chmod 550 folder_name
chown root folder_name
You're all done.
Carrie Bartkowiak