• Home
  • Raw
  • Download

Lines Matching full:chmod

22 # Creating test files to test chmod command
44 testing "$u$g$o $type" "chmod $u$g$o $type &&
52 "chmod 750 dir 640 file 2>/dev/null ||
57 "chmod 666 dir file &&
61 testing "765 *" "chmod 765 * &&
66 testing "u=r dir file" "chmod u=r dir file &&
70 testing "u=w dir file" "chmod u=w dir file &&
74 testing "u=x dir file" "chmod u=x dir file &&
78 testing "u+r dir file" "chmod u+r dir file &&
82 testing "u+w dir file" "chmod u+w dir file &&
86 testing "u+x dir file" "chmod u+x dir file &&
90 testing "u-r dir file" "chmod u-r dir file &&
94 testing "u-w dir file" "chmod u-w dir file &&
98 testing "u-x dir file" "chmod u-x dir file &&
102 testing "g=r dir file" "chmod g=r dir file &&
106 testing "g=w dir file" "chmod g=w dir file &&
110 testing "g=x dir file" "chmod g=x dir file &&
114 testing "g+r dir file" "chmod g+r dir file &&
118 testing "g+w dir file" "chmod g+w dir file &&
122 testing "g+x dir file" "chmod g+x dir file &&
126 testing "g-r dir file" "chmod g-r dir file &&
130 testing "g-w dir file" "chmod g-w dir file &&
134 testing "g-x dir file" "chmod g-x dir file &&
138 testing "o=r dir file" "chmod o=r dir file &&
142 testing "o=w dir file" "chmod o=w dir file &&
146 testing "o=x dir file" "chmod o=x dir file &&
150 testing "o+r dir file" "chmod o+r dir file &&
154 testing "o+w dir file" "chmod o+w dir file &&
158 testing "o+x dir file" "chmod o+x dir file &&
162 testing "o-r dir file" "chmod o-r dir file &&
166 testing "o-w dir file" "chmod o-w dir file &&
170 testing "o-x dir file" "chmod o-x dir file &&
174 testing "a=r dir file" "chmod a=r dir file &&
178 testing "a=w dir file" "chmod a=w dir file &&
182 testing "a=x dir file" "chmod a=x dir file &&
186 testing "a+r dir file" "chmod a+r dir file &&
190 testing "a+w dir file" "chmod a+w dir file &&
194 testing "a+x dir file" "chmod a+x dir file &&
198 testing "a-r dir file" "chmod a-r dir file &&
202 testing "a-w dir file" "chmod a-w dir file &&
206 testing "a-x dir file" "chmod a-x dir file &&
210 testing "=r dir file" "chmod =r dir file &&
214 testing "=w dir file" "chmod =w dir file &&
218 testing "=x dir file" "chmod =x dir file &&
222 testing "+r dir file" "chmod +r dir file &&
226 testing "+w dir file" "chmod +w dir file &&
230 testing "+x dir file" "chmod +x dir file &&
234 testing "-r dir file" "chmod -r dir file &&
238 testing "-w dir file" "chmod -w dir file &&
242 testing "-x dir file" "chmod -x dir file &&