i used,
"mkdir" PHP file system function to create a directory - but it ayways creates a directory with user "nobody" ..now i want to create directory with a specific user say "www" and not "nobody" (default)...how can i change the user...(as only superuser can change the user - and i don't want that..)
so, the quetsion is
can i create a directory with PHP with a specified user ???
please help
-ashish