Noellium
02-26-2008, 06:49 PM
The function I'm using to check whether or not the group exists is:
print_r(posix_getgrnam('apache'));
But I didn't get anything. Then I replaced "apache" with "Apache" and still got nothing.
So what is the name of this group? Am I even doing it right?
print_r(posix_getgrnam('apache'));
But I didn't get anything. Then I replaced "apache" with "Apache" and still got nothing.
So what is the name of this group? Am I even doing it right?