Whenever I start my server with
sudo node server.js
the process starts and the permission on the folder containing server.js magically switch to 700.
I'm running ubuntu 10.10 and node 0.6.7. My server doesn't do anything weird with files (like set the permissions on any folders). I am using the cluster feature of node to run multiple subprocesses.