| /src/sbin/chown/ |
| Makefile | 4 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
|
| /src/etc/etc.sun2/ |
| ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
| /src/etc/etc.sun3/ |
| ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| chown.c | 1 /* $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
|
| /src/etc/rc.d/ |
| lvmlockdir | 21 chown root:operator /var/run/lvm
|
| mdnsd | 23 chown _mdnsd:_mdnsd /var/run/mdnsd
|
| cleartmp | 29 /sbin/chown root:wheel ${tmp_dir}
|
| ipfs | 32 chown root:wheel /var/db/ipf
|
| named | 39 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}"
|
| perusertmp | 39 /sbin/chown root:wheel ${per_user_tmp_dir}
|
| /src/tools/compat/ |
| lchown.c | 33 * it's not a symlink, and then call chown(2) */ 52 return (chown(path, owner, group));
|
| /src/share/examples/emul/linux/etc/ |
| LINUX_MAKEDEV | 49 chown root.wheel $i
|
| /src/distrib/vax/inst-common/ |
| instbin.conf | 8 progs gawk cat chmod chown chroot cp df disklabel ed expr fsck ftp 13 ln chown chgrp
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| chown.c | 1 /* 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 (file, uid, gid) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| chown.c | 1 /* 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 (file, uid, gid) [all...] |
| /src/distrib/amiga/floppies/inst-common/ |
| instbin.conf | 8 progs gawk cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs ftp 14 ln chown chgrp
|
| /src/etc/ |
| weekly | 74 chown nobody:nobody /var/db/locate.database 76 chown root:wheel /var/db/locate.database
|
| /src/tests/fs/tmpfs/ |
| t_create.sh | 57 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
|
| t_setattr.sh | 33 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
|
| t_mkdir.sh | 97 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
|
| /src/distrib/utils/embedded/files/ |
| ec2_init | 91 chown "${EC2_USER}:users" $(dirname "$SSH_KEY_FILE") 93 chown "${EC2_USER}:users" "$SSH_KEY_FILE"
|
| creds_msdos | 66 chown "${user}" "${ssh_userdir}" 75 chown "${user}" "${ssh_userkeys}"
|
| /src/lib/librefuse/refuse/ |
| v11.h | 62 int (*chown) (const char *, uid_t, gid_t); member in struct:fuse_operations_v11
|
| v21.h | 58 int (*chown) (const char *, uid_t, gid_t); member in struct:fuse_operations_v21
|
| /src/external/bsd/unbound/etc/rc.d/ |
| unbound | 40 chown "$(stat -f %u:%g "$ds")" "$dd"
|