How to delete a file created by apache in public_html

Craig White craigwhite at azapple.com
Fri Dec 2 16:08:43 UTC 2005


On Fri, 2005-12-02 at 21:35 +0530, arora.himanshu at gmail.com 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




More information about the fedora-list mailing list