Lines Matching refs:parent
26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
34 * opendir_variation5 ( parent )
35 * |-> sub_dir ( sub parent )
52 // remove the write and execute permisson from sub parent
55 echo "\n-- After restricting 1st level parent directory --\n";
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
61 chmod($parent_dir_path, 0666); // restricting parent directory
63 echo "\n-- After restricting parent directory --\n";
93 -- After restricting 1st level parent directory --
98 -- After restricting parent directory --