Home
last modified time | relevance | path

Searched refs:chown (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/config/ !
H A DREADME.DEBUG-kernel.txt15 bash-3.2# chown -R root:wheel /System/Library/Extensions/System.kext /mach_kernel*
/xnu-10063.101.15/bsd/man/man2/ !
H A DMakefile34 chown.2 \
/xnu-10063.101.15/tests/ !
H A Dkqueue_file_tests.c379 res = chown((char*)args[0], (int) args[1], (int) args[2]); in execute_action()
/xnu-10063.101.15/bsd/vfs/ !
H A Dvfs_syscalls.c7939 chown(__unused proc_t p, struct chown_args *uap, __unused int32_t *retval) in chown() function