Lines Matching refs:parent
26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
35 * scandir_variation5 ( parent )
36 * |-> sub_dir ( sub parent )
53 // remove the write and execute permisson from sub parent
56 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";
85 -- After restricting 1st level parent directory --
92 -- After restricting parent directory --