On Fri, 2005-12-02 at 21:42 +0530, arora.himanshu@xxxxxxxxx wrote: > I am not in the sudoers list. > > On 12/2/05, Craig White <craigwhite@xxxxxxxxxxx> wrote: > On Fri, 2005-12-02 at 21:35 +0530, arora.himanshu@xxxxxxxxx > wrote: > > > > > > Hi, > > How should I delete a file created by apache(owned by > apache) in my > > public_html directory. > ---- > sudo chown MY_USERNAME /home/MY_USERNAME/public_html/file > rm ~/public_html/file > > Craig > ---- then you are going to need administrator's help. Does one of your pages permit writing to your html tree? You probably need to watch that for this reason and for security reasons. Craig