setup = noun
set up = verb
Are you doing this from PHP or from an SSH account? Maybe the account doesn't have the correct permissions. PHP by default runs as nobody and has very limited permissions. Also, do look up lstat. I had an issue where I couldn't chmod even though I had root.
|