Searched refs:chmod (Results 1 - 25 of 152) sorted by relevance

1234567

/src/bin/chmod/
H A DMakefile4 PROG= chmod
/src/etc/rc.d/
H A Dttys29 chmod 666 /dev/tty[p-uw-zP-T][0-9a-zA-Z]
34 chmod 666 /dev/ttyv[0-9a-zA-Z]
H A Dlvmlockdir22 chmod 770 /var/run/lvm
/src/lib/libc/arch/sparc/
H A DMakefile.inc18 @chmod 444 ${.TARGET}
25 @chmod 444 ${.TARGET}
32 @chmod 444 ${.TARGET}
39 @chmod 444 ${.TARGET}
/src/sys/external/bsd/acpica/
H A Dacpica2netbsd48 find . -type f -exec chmod a-x {} +
/src/tests/kernel/
H A Dt_nointerpreter.sh41 chmod u+x $tmp
H A Dt_fexecve.sh64 atf_check -s exit:0 -o ignore -e ignore chmod +x goodbye
/src/tools/compat/
H A Dlchmod.c33 * it's not a symlink, and then call chmod(2) */
52 return (chmod(path, mode));
/src/tests/usr.bin/mkdep/
H A Dt_findcc.sh72 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/share/examples/emul/linux/etc/
H A DLINUX_MAKEDEV50 chmod 666 $i
/src/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
/src/bin/
H A DMakefile4 SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr getfacl \
/src/tests/bin/pax/
H A Dt_pax.sh70 chmod 111 foo
87 chmod 111 foo
102 chmod 111 foo
117 chmod 111 foo
134 chmod 111 foo
/src/sys/arch/sbmips/stand/
H A DMakefile.bootxx24 @chmod 644 ${PROG}
36 @chmod 644 ${PROG}.sym
/src/sys/arch/evbmips/stand/sbmips/
H A DMakefile.bootxx24 @chmod 644 ${PROG}
36 @chmod 644 ${PROG}.sym
/src/sys/external/bsd/dwc2/
H A Ddwctwo2netbsd114 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/
H A Dgnu-efi2netbsd83 find $r -type f -print | xargs chmod u+rw,go+r
84 find $r -type d -print | xargs chmod u+rwx,go+rx
/src/share/examples/devpubd/hooks/
H A D99-ugen-perms-minipro99 chmod $new_perms /dev/"${2}".*
118 chmod $orig_perms /dev/"${devnode}".*
H A D99-ugen-perms-tigard46 chmod $new_perms /dev/"${2}".*
65 chmod $orig_perms /dev/"${devnode}".*
/src/distrib/utils/embedded/
H A Dusermode52 sudo chmod 664 /dev/tap*
/src/usr.bin/mesg/
H A Dmesg.c97 if (chmod(tty, sb.st_mode | S_IWGRP) == -1)
101 if (chmod(tty, sb.st_mode & ~S_IWGRP) == -1)
/src/usr.bin/biff/
H A Dbiff.c88 if (chmod(name, sb.st_mode & ~0100) < 0)
92 if (chmod(name, sb.st_mode | 0100) < 0)
/src/tests/lib/libc/gen/posix_spawn/
H A DMakefile27 chmod a+x h_zero
/src/sys/external/gpl2/dts/
H A Ddts2netbsd112 find . -type f -print | xargs chmod u+rw,go+r
113 find . -type d -print | xargs chmod u+rwx,go+rx
/src/lib/librefuse/refuse/
H A Dv11.h61 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_v11

Completed in 17 milliseconds

1234567