/src/bin/chmod/ |
Makefile | 4 PROG= chmod
|
/src/etc/rc.d/ |
ttys | 29 chmod 666 /dev/tty[p-uw-zP-T][0-9a-zA-Z] 34 chmod 666 /dev/ttyv[0-9a-zA-Z]
|
lvmlockdir | 22 chmod 770 /var/run/lvm
|
cleartmp | 30 /bin/chmod 1777 ${tmp_dir}
|
perusertmp | 40 /bin/chmod 0555 ${per_user_tmp_dir}
|
/src/sys/external/bsd/acpica/ |
acpica2netbsd | 48 find . -type f -exec chmod a-x {} +
|
/src/tests/kernel/ |
t_nointerpreter.sh | 41 chmod u+x $tmp
|
t_fexecve.sh | 64 atf_check -s exit:0 -o ignore -e ignore chmod +x goodbye
|
/src/tools/compat/ |
lchmod.c | 33 * it's not a symlink, and then call chmod(2) */ 52 return (chmod(path, mode));
|
/src/tests/usr.bin/mkdep/ |
t_findcc.sh | 72 chmod +x 'bin/reldir-echo' 110 chmod +x bin/echo 126 chmod +x bin/echo 145 chmod +x bin/echo 160 chmod +x bin/echo
|
/src/bin/ed/test/ |
mkscripts.sh | 22 # chmod +x $base.ed 39 !chmod +x $base.ed 56 # chmod +x $base-err.ed 73 !chmod +x ${base}.red
|
/src/share/examples/emul/linux/etc/ |
LINUX_MAKEDEV | 50 chmod 666 $i
|
/src/bin/ |
Makefile | 4 SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr getfacl \
|
/src/tests/bin/pax/ |
t_pax.sh | 70 chmod 111 foo 87 chmod 111 foo 102 chmod 111 foo 117 chmod 111 foo 134 chmod 111 foo
|
/src/sys/external/bsd/dwc2/ |
dwctwo2netbsd | 114 find . -type f -print | xargs chmod u+rw,go+r 115 find . -type d -print | xargs chmod u+rwx,go+rx
|
/src/sys/external/bsd/gnu-efi/ |
gnu-efi2netbsd | 83 find $r -type f -print | xargs chmod u+rw,go+r 84 find $r -type d -print | xargs chmod u+rwx,go+rx
|
/src/distrib/utils/embedded/ |
usermode | 52 sudo chmod 664 /dev/tap*
|
/src/usr.bin/biff/ |
biff.c | 88 if (chmod(name, sb.st_mode & ~0100) < 0) 92 if (chmod(name, sb.st_mode | 0100) < 0)
|
/src/usr.bin/mesg/ |
mesg.c | 97 if (chmod(tty, sb.st_mode | S_IWGRP) == -1) 101 if (chmod(tty, sb.st_mode & ~S_IWGRP) == -1)
|
/src/share/examples/devpubd/hooks/ |
99-ugen-perms-tigard | 46 chmod $new_perms /dev/"${2}".* 65 chmod $orig_perms /dev/"${devnode}".*
|
99-ugen-perms-minipro | 99 chmod $new_perms /dev/"${2}".* 118 chmod $orig_perms /dev/"${devnode}".*
|
/src/lib/librefuse/refuse/ |
v11.h | 61 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v11
|
v21.h | 57 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v21
|
/src/sys/external/gpl2/dts/ |
dts2netbsd | 112 find . -type f -print | xargs chmod u+rw,go+r 113 find . -type d -print | xargs chmod u+rwx,go+rx
|
/src/tests/lib/libc/gen/posix_spawn/ |
Makefile | 27 chmod a+x h_zero
|