Howdy,
I'm trying to get a php script working under osx which makes use of an executable that reads of some basic info from a cd. Due to an error returned I suspect that the user executing the executable does not have sufficient rights to read a cd. That user is according to that same script '_www'.
The question is therefore: how can I increase the user rights of user '_www' so it can read of a cd.
Maarten
Had to assign chmod: 744 to directory /dev/rdisk3, the cd device. Now it accessable for user _www
I'm trying to get a php script working under osx which makes use of an executable that reads of some basic info from a cd. Due to an error returned I suspect that the user executing the executable does not have sufficient rights to read a cd. That user is according to that same script '_www'.
The question is therefore: how can I increase the user rights of user '_www' so it can read of a cd.
Maarten
Had to assign chmod: 744 to directory /dev/rdisk3, the cd device. Now it accessable for user _www