Searched refs:chmod (Results 76 - 100 of 558) sorted by relevance

1234567891011>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.projid.ksh70 chmod 555 $dfilename
H A Dtst.sid.ksh70 chmod 555 $dfilename
H A Dtst.taskid.ksh70 chmod 555 $dfilename
H A Dtst.uid.ksh70 chmod 555 $dfilename
/freebsd-12-stable/tests/sys/acl/
H A D01.sh75 chmod 600 xxx
/freebsd-12-stable/tools/regression/priv/
H A Dpriv_io.c72 if (chmod(DEV_IO, NEW_PERMS) < 0) {
73 warn("priv_io_setup: chmod(%s, 0%o)", DEV_IO, NEW_PERMS);
108 if (chmod(DEV_IO, saved_perms) < 0)
109 err(-1, "priv_io_cleanup: chmod(%s, 0%o)", DEV_IO,
H A Dpriv_vfs_setgid.c78 error = chmod(fpath, 0600 | S_ISGID);
98 error = chmod(fpath, 0600 | S_ISGID);
/freebsd-12-stable/libexec/flua/modules/
H A Dlposix.c53 "chmod takes exactly two arguments");
56 if (chmod(path, mode) == -1) {
79 REG_SIMPLE(chmod),
/freebsd-12-stable/usr.bin/mesg/
H A Dmesg.c96 if (chmod(tty, sb.st_mode | S_IWGRP) < 0)
100 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0)
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp396 ::chmod(p.c_str(), 0000);
399 ::chmod(p.c_str(), 0001);
402 ::chmod(p.c_str(), 0010);
405 ::chmod(p.c_str(), 0100);
408 ::chmod(p.c_str(), 0002);
411 ::chmod(p.c_str(), 0020);
414 ::chmod(p.c_str(), 0200);
417 ::chmod(p.c_str(), 0004);
420 ::chmod(p.c_str(), 0040);
423 ::chmod(
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_001_pos.ksh157 log_must chmod A+user:root:write_attributes:deny $object
160 log_must chmod A+owner@:write_attributes:deny $object
162 log_must chmod A+user:$user:write_attributes:deny \
166 log_must chmod A+user:$user:write_attributes:allow $object
186 log_must chmod A0- $object
H A Dcifs_attr_003_pos.ksh383 verify_expect $expect $CHG_USR_EXEC $user chmod A+$TESTACL $object
384 verify_expect $expect $CHG_USR_EXEC $user chmod A+$TESTACL $object
385 verify_expect $expect $CHG_USR_EXEC $user chmod A0- $object
386 verify_expect $expect $CHG_USR_EXEC $user chmod A0- $object
388 verify_expect $expect $CHG_USR_EXEC $user chmod $TESTMODE $object
408 log_must usr_exec chmod \
411 log_must usr_exec chmod \
458 log_must usr_exec chmod \
461 log_must usr_exec chmod \
501 log_must usr_exec chmod \
[all...]
/freebsd-12-stable/contrib/byacc/test/
H A Drun_test.sh101 chmod 444 $MYFILE.*
106 chmod 444 $MYFILE.*
112 chmod 444 $MYFILE.*
117 chmod 444 $MYFILE.*
125 chmod 444 $MYFILE.*
130 chmod 444 $MYFILE.*
135 chmod 444 $MYFILE.*
/freebsd-12-stable/contrib/ncurses/progs/
H A Dcapconvert99 TMP=test$$; touch $TMP && chmod 755 $TMP
101 chmod 644 $TMP
/freebsd-12-stable/contrib/opie/libopie/
H A Dopen.c45 if (chmod(file, mode))
/freebsd-12-stable/contrib/pjdfstest/tests/utimensat/
H A D07.t34 expect 0 chmod ${n0} 0666
41 expect 0 chmod ${n0} 0444
/freebsd-12-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh32 chmod +x "${output}"
97 chmod +x custom-shell
116 chmod +x custom-shell
135 chmod +x custom-shell
/freebsd-12-stable/contrib/bc/
H A Dsafe-install.sh57 chmod "$mode" "$tmp"
/freebsd-12-stable/bin/
H A DMakefile9 chmod \
/freebsd-12-stable/libexec/rc/rc.d/
H A Dipfs45 chmod 700 /var/db/ipf
H A Dmotd42 chmod ${PERMS} /etc/motd
/freebsd-12-stable/release/picobsd/floppy.tree/etc/
H A Drc142 (cd /var/run && { cp /dev/null utmp; chmod 644 utmp; })
57 chmod 600 /etc/ssh_host*key
/freebsd-12-stable/release/tools/
H A Dvagrant.conf57 chmod 700 ${DESTDIR}/home/vagrant/.ssh
60 chmod 600 ${DESTDIR}/home/vagrant/.ssh/authorized_keys
/freebsd-12-stable/crypto/openssh/regress/
H A Dkeys-command.sh15 chmod a+rw $OBJ/keys-command-args
37 $SUDO chmod 0755 "$KEY_COMMAND"
/freebsd-12-stable/usr.bin/gzip/
H A Dgzexe45 /bin/chmod u+x "$tmp/$prog"
93 sh | mktemp | rm | echo | tail | gzip | chmod)

Completed in 228 milliseconds

1234567891011>>