Lines Matching refs:parent
13 * remove the execute permission from the parent dir and test dir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test dir()
15 * 2) remove execute permission from 2nd parent and test dir()
18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
21 dir_variation7 ( parent )
22 |-> sub_dir ( sub parent )
39 // remove the write and execute permission from sub parent
41 echo "-- After restricting 1st level parent directory --\n";
45 // remove the execute permission from parent dir, allowing all permission for sub dir
47 chmod($parent_dir_path, 0666); // restricting parent directory
48 echo "-- After restricting parent directory --\n";
71 *** Testing dir() : remove execute permission from the parent dir ***
72 -- After restricting 1st level parent directory --
76 -- After restricting parent directory --