<?php echo "eff uid " . posix_geteuid () ; exec ("touch AAA") ; posix_seteuid(48); echo "eff uid " . posix_geteuid () ; exec ("touch AAA.1") ; ?>