Lines Matching refs:parent
13 * remove the execute permission from the parent dir and test opendir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test opendir()
15 * 2) remove execute permission from 2nd parent and test opendir()
21 * opendir_variation5 ( parent )
22 * |-> sub_dir ( sub parent )
39 // remove the write and execute permission from sub parent
42 echo "\n-- After restricting 1st level parent directory --\n";
46 // remove the execute permission from parent dir, allowing all permission for sub dir
48 chmod($parent_dir_path, 0666); // restricting parent directory
50 echo "\n-- After restricting parent directory --\n";
79 -- After restricting 1st level parent directory --
84 -- After restricting parent directory --