Searched refs:chown (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/netbsd-current/sbin/chown/
H A DMakefile4 PROG= chown
6 MAN= chgrp.1 chown.8
7 SYMLINKS+= ${BINDIR}/chown /bin/chgrp
9 SYMLINKS+= ${BINDIR}/chown /usr/bin/chgrp
10 SYMLINKS+= ${BINDIR}/chown /usr/sbin/chown
/netbsd-current/etc/etc.sun2/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
/netbsd-current/etc/etc.sun3/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dchown.c1 /* $NetBSD: chown.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
41 chown(const char *path, uid_t owner, gid_t group) function
/netbsd-current/tools/compat/
H A Dlchown.c33 * it's not a symlink, and then call chown(2) */
52 return (chown(path, owner, group));
/netbsd-current/etc/rc.d/
H A Dmdnsd23 chown _mdnsd:_mdnsd /var/run/mdnsd
H A Dlvmlockdir21 chown root:operator /var/run/lvm
H A Dperusertmp39 /sbin/chown root:wheel ${per_user_tmp_dir}
H A Dcleartmp29 /sbin/chown root:wheel ${tmp_dir}
H A Dipfs32 chown root:wheel /var/db/ipf
H A Dnamed39 chown "$(stat -f %u:%g "$ds")" "$dd"
84 chown named:named "/etc/namedb/keys"
103 chown root:wheel "${named_chrootdir}${named_plugindir}"
152 chown named:named "${named_chrootdir}${piddir}" "${piddir}"
/netbsd-current/share/examples/emul/linux/etc/
H A DLINUX_MAKEDEV49 chown root.wheel $i
/netbsd-current/distrib/vax/inst-common/
H A Dinstbin.conf8 progs gawk cat chmod chown chroot cp df disklabel ed expr fsck ftp
13 ln chown chgrp
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dchown.c1 /* provide consistent interface to chown for systems that don't interpret
36 chown (_GL_UNUSED const char *file, _GL_UNUSED uid_t uid, function
45 /* Below we refer to the system's chown(). */
46 # undef chown macro
48 /* Provide a more-closely POSIX-conforming version of chown on
50 - chown doesn't treat an ID of -1 as meaning
52 - chown doesn't dereference symlinks. */
85 /* Handle the case in which the system-supplied chown function
103 and pipes, so fall back on chown in that case. */
131 result = chown (fil
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/dist/
H A DMakefile.am7 /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
16 /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
/netbsd-current/distrib/amiga/floppies/inst-common/
H A Dinstbin.conf8 progs gawk cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs ftp
14 ln chown chgrp
/netbsd-current/etc/
H A Dweekly74 chown nobody:nobody /var/db/locate.database
76 chown root:wheel /var/db/locate.database
/netbsd-current/tests/fs/tmpfs/
H A Dt_create.sh57 chown ${user} .
76 atf_check -s exit:0 -o empty -e empty chown ${user}:0 b
81 atf_check -s exit:0 -o empty -e empty chown ${user}:100 c
H A Dt_setattr.sh33 atf_test_case chown
43 atf_check -s exit:0 -o empty -e empty chown 1234 own
61 echo 'chown 1234 ownq' | kqueue_monitor 1 ownq
111 atf_check -s exit:0 -o empty -e empty chown 1234:5678 owngrp
129 echo 'chown 1234:5678 owngrpp' | kqueue_monitor 1 owngrpp
206 atf_add_test_case chown
H A Dt_mkdir.sh97 chown ${user} .
103 atf_check -s exit:0 -o empty -e empty chown ${user}:0 b
108 atf_check -s exit:0 -o empty -e empty chown ${user}:100 c
/netbsd-current/lib/librefuse/refuse/
H A Dv11.h62 int (*chown) (const char *, uid_t, gid_t); member in struct:fuse_operations_v11
H A Dv21.h58 int (*chown) (const char *, uid_t, gid_t); member in struct:fuse_operations_v21
/netbsd-current/distrib/utils/embedded/files/
H A Dec2_init85 chown "${EC2_USER}:users" $(dirname "$SSH_KEY_FILE")
87 chown "${EC2_USER}:users" "$SSH_KEY_FILE"
H A Dcreds_msdos66 chown "${user}" "${ssh_userdir}"
75 chown "${user}" "${ssh_userkeys}"
/netbsd-current/external/bsd/unbound/etc/rc.d/
H A Dunbound40 chown "$(stat -f %u:%g "$ds")" "$dd"

Completed in 153 milliseconds

1234567891011>>