I am creating a completely new file.
if ($file=fopen($fullfile, "a")) {
fputs($file,"$filetext\n");
}
How do I change the ownership.
Currently the owner of this file is:
www www
I want it to be a specific username and usergroup.
Any help would be appreciated.
Thank you