Lines Matching refs:remove
61 exec(get_icacls() . ' ' . __DIR__ . ' /remove:g Administrators /T /L /Q /C > nul 2>&1');
81 This is required to remove all the previously denied
83 remove the previously denied permission.
85 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
87 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
104 This is required to remove all the previously denied
106 remove the previously denied permission.
108 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
110 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
121 This is required to remove all the previously denied
123 remove the previously denied permission.
125 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
127 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;