[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] ftp time out setting
- Subject: Re: [cobalt-developers] ftp time out setting
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Wed Jun 28 10:02:18 2000
All of us here <jale@xxxxxxxxxx> wrote:
<snip>
> I tried to modify this file but I kept getting permission errors - but I'm
> trying to ftp it to my windows machine and back (haven't figured out vi as
> yet, I've only used it for 6 or 7 years).
</snip>
The file you are trying to FTP is probably owned by root. You can't read/write a
root-owned file via FTP. Via telnet or SSH login as admin, su to root (su -), and
then edit the file or directly or save it with a new name, change the owner to admin,
FTP it to your external machine, edit it, FTP it back and then rename it to its
original name and change the owner back to root. That's a lot of extra steps so get
comfortable editing on your server directly using pine (what I like), joe, emac, vi
or some other editor that may or may not be on your server.
Steven Werby {steven-lists@xxxxxxxxxxxx}