Searched refs:chmod (Results 26 - 50 of 558) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/pjdfstest/tests/link/
H A D06.t31 expect 0 chmod ${n1} 0644
35 expect 0 chmod ${n1} 0755
36 expect 0 chmod ${n2} 0644
H A D07.t31 expect 0 chmod ${n2} 0555
33 expect 0 chmod ${n1} 0555
35 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/rename/
H A D04.t31 expect 0 chmod ${n1} 0644
35 expect 0 chmod ${n1} 0755
36 expect 0 chmod ${n2} 0644
H A D05.t31 expect 0 chmod ${n2} 0555
33 expect 0 chmod ${n1} 0555
35 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/opie/
H A DMakefile.in140 @if test ! -d $(LOCALBIN); then $(MKDIR) $(LOCALBIN); chmod 755 $(LOCALBIN); fi
146 @chmod 0511 $(LOCALBIN)/opiekey
147 @if test ! -z "$(OPIEAUTO)"; then chmod 0511 $(LOCALBIN)/opieauto; fi
153 @if test ! -d $(LOCALMAN)/man1; then $(MKDIR) $(LOCALMAN)/man1; chmod 755 $(LOCALMAN)/man1; fi; cp opiekey.1 $(LOCALMAN)/man1/opiekey.1; $(CHOWN) $(OWNER) $(LOCALMAN)/man1/opiekey.1; chgrp $(GROUP) $(LOCALMAN)/man1/opiekey.1; chmod 644 $(LOCALMAN)/man1/opiekey.1
160 @if test ! -d $(LOCALBIN); then $(MKDIR) $(LOCALBIN); chmod 755 $(LOCALBIN); fi
166 @chmod 0555 $(LOCALBIN)/opieinfo
167 @chmod 4511 $(LOCALBIN)/opiepasswd
176 chmod 0 $(LOGIN).$(BACKUP); \
184 chmod 411
[all...]
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
H A D01.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/chmod/01.t 211474 2010-08-18 22:06:43Z pjd $
5 desc="chmod returns ENOTDIR if a component of the path prefix is not a directory"
18 expect ENOTDIR chmod ${n0}/${n1}/test 0644
H A D07.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/chmod/07.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="chmod returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user"
28 expect 0 -u 65534 -g 65534 chmod ${n1}/${n2} 0642
30 expect EPERM -u 65533 -g 65533 chmod ${n1}/${n2} 0641
33 expect EPERM -u 65534 -g 65534 chmod ${n1}/${n2} 0641
39 expect 0 -u 65534 -g 65534 chmod ${n1}/${n3} 0642
41 expect EPERM -u 65533 -g 65533 chmod ${n1}/${n3} 0641
44 expect EPERM -u 65534 -g 65534 chmod ${n1}/${n3} 0641
/freebsd-12-stable/contrib/libarchive/tar/test/
H A Dtest_option_fflags.c29 #define chmod _chmod macro
73 chmod("f", 0644);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.ppid.ksh68 #chmod the .d file to 555
70 chmod 555 $dfilename >/dev/null 2>&1
72 print -u2 "chmod 555 $dfilename failed"
H A Dtst.stringmacro.ksh63 chmod 555 $dfilename
/freebsd-12-stable/tests/sys/acl/
H A Dmktrivial.sh40 echo "$ chmod 0$s$u$g$o f"
41 chmod "0$s$u$g$o" f
/freebsd-12-stable/include/
H A Dmk-osreldate.sh53 chmod 644 $tmpfile
/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
H A D05.t23 expect 0 chmod ${n1} 0644
25 expect 0 chmod ${n1} 0755
H A D06.t23 expect 0 chmod ${n1} 0555
25 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
H A D05.t23 expect 0 chmod ${n1} 0644
25 expect 0 chmod ${n1} 0755
H A D06.t23 expect 0 chmod ${n1} 0555
25 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/mknod/
H A D05.t23 expect 0 chmod ${n1} 0644
25 expect 0 chmod ${n1} 0755
H A D06.t23 expect 0 chmod ${n1} 0555
25 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/open/
H A D05.t23 expect 0 chmod ${n1} 0644
25 expect 0 chmod ${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/symlink/
H A D05.t26 expect 0 chmod ${n1} 0644
28 expect 0 chmod ${n1} 0755
H A D06.t26 expect 0 chmod ${n1} 0555
28 expect 0 chmod ${n1} 0755
/freebsd-12-stable/bin/ed/test/
H A Dmkscripts.sh22 # chmod +x $base.ed
39 !chmod +x $base.ed
56 # chmod +x $base-err.ed
73 !chmod +x ${base}.red
/freebsd-12-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init.old67 chmod 600 $RSA_KEY
68 chmod 644 $RSA_KEY.pub
82 chmod 600 $DSA_KEY
83 chmod 644 $DSA_KEY.pub
/freebsd-12-stable/usr.bin/biff/
H A Dbiff.c91 if (chmod(name, sb.st_mode & ~(S_IXUSR | S_IXGRP)) < 0)
95 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXUSR)
100 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXGRP)
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-runcommands.sh40 chmod 755 ${FSMNT}/.runcmd.sh
54 chmod 755 ${FSMNT}/.${SBASE}
72 chmod 755 ${TMPDIR}/.runcmd.sh

Completed in 122 milliseconds

1234567891011>>