cjm51213 Posted June 10, 2013 Share Posted June 10, 2013 Hi Folks, I'm running PHP 5.3.13 on IIS 7. At the end of my script I need to unlink() expired files which are on a NAS that is a member of the AD Domain. As you can guess by the title, this is failing for permissions restrictions. I need to know the credentials I am using as the webserver so I can adjust the permissions on the NAS accordingly. Is there a script equivalent to phpinfo() that would output to my log the security principals of the process running my script? Also, I learned that the view of the filesystem from PHP, under IIS 7 at least, is not the same as the filesystem as viewed from a command prompt. There are executables that are visible from the command prompt that are not visible from a PHP script and vice versa. Does anybody have an explanation for this? For instance, I wanted to run WBAdmin from a PHP script only to find that it is not visible to PHP!!! Thanks for the help, Chris. Link to comment https://forums.phpfreaks.com/topic/278996-unlink-permissions/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.