Skip to main content
July 29, 2008
Question

Changing CF runtime user

  • July 29, 2008
  • 1 reply
  • 305 views
By default I believe CF8 installs with "nobody" as the runtime user. Well, I am having problems with CF trying to write a file to a directory owned by a different user and I was wondering if there was an easy way to have root the runtime user for CF8? I am running Fedora 7.
This topic has been closed for replies.

1 reply

Inspiring
July 30, 2008
Hi,

I think you will have to explicitly assign nobody ownership and appropriate permissions using the chown, chmod commands for that directory.