Yep, in most *nix there is a user called daemon who is the user that most of the daemon's run as. This is so that the background processes (daemon's) are not running as root and therefor, if hacked, can't take over the whole system.
In Linux this user is commonly called 'nobody' instead of 'daemon'