Lines Matching refs:parent
27 * remove the execute permission from the parent dir and test dir() on child dir
28 * 1) remove write & execute permission from the 1st parent and test dir()
29 * 2) remove execute permission from 2nd parent and test dir()
32 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
35 dir_variation7 ( parent )
36 |-> sub_dir ( sub parent )
53 // remove the write and execute permisson from sub parent
55 echo "-- 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
62 echo "-- After restricting parent directory --\n";
85 *** Testing dir() : remove execute permission from the parent dir ***
86 -- After restricting 1st level parent directory --
90 -- After restricting parent directory --