[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Front Page Help needed.
- Subject: Re: [cobalt-users] Front Page Help needed.
- From: Balázs Nagy <nagy@xxxxxxxxxxxxxx>
- Date: Wed Apr 5 11:33:38 2000
> I have a RAQ2 that I think I have Front Page extension
> loaded on. Atleast the GUI tells me I do. I had a
> customer that was FTPing up their page and then
> desided to start using Front Page. They have to use
> the IP address of the server and not the url. Also
> they are getting an error about not being able to
> change permissions on 1 file. I tried to delete the
> file and the folder that they have it in with no luck
> via an FTP program. I get an operation not permitted
> error. I do not know the command line needed to
> delete the folder. If some one can tell me what I
> need to do I would be greatful. Also if some one can
> tell me if there is a doc that can help with Front
> Page 2000 on the RAQ2.
The sure way is to be root:
su <enter>
Password: (same as admin) <enter>
# rm -rf /full_path_of_directory_to_be_removed
Be very careful with "rm -rf" when you are root. You can wipe out the
entire hard drive...