[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] CGi SCripts not working? IP Address



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