Home
last modified time | relevance | path

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

123456

/titanic_41/usr/src/cmd/make/lib/vroot/
H A Dchown.cc30 extern int chown(const char *path, uid_t owner, gid_t group);
37 vroot_result= chown(path, vroot_args.chown.user, vroot_args.chown.group); in chown_thunk()
43 vroot_args.chown.user= user; in chown_vroot()
44 vroot_args.chown.group= group; in chown_vroot()
H A DMakefile20 chown.o \
/titanic_41/usr/src/cmd/chown/
H A DMakefile28 PROG= chown
29 XPG4PROG= chown
31 EXOBJS= chown.o
32 XPG4EXOBJS= exobjs.xpg4/chown.o
/titanic_41/usr/src/cmd/install.d/
H A Dinstall.sh211 chown $OWNER $i
218 chown $OWNER $i
253 chown $OWN $direct/$FILE
265 chown $OWNER $direct/$FILE
281 chown $OWNER $direct/$FILE
345 chown $OWN $PUTHERE
357 chown $OWNER $PUTHERE
377 chown $OWNER $FILE
/titanic_41/usr/src/lib/libc/port/sys/
H A Dchown.c41 #pragma weak _chown = chown
43 chown(const char *name, uid_t uid, gid_t gid) in chown() function
/titanic_41/usr/src/cmd/bnu/
H A DInstall118 echo chown $OWNER $DIR/$FILE
119 chown $OWNER $DIR/$FILE
H A DSetUp41 chown $1 $ETC/$4
112 chown $OWNER $ETC/Permissions
/titanic_41/usr/src/man/man2/
H A DMakefile43 chown.2 \
287 fchown.2 := LINKSRC = chown.2
288 fchownat.2 := LINKSRC = chown.2
289 lchown.2 := LINKSRC = chown.2
/titanic_41/usr/src/ucbcmd/install.d/
H A Dinstall.c157 if (oflag && chown(dirname, pp->pw_uid, -1) && errno != EPERM) { in main()
163 if (gflag && chown(dirname, -1, gp->gr_gid) && errno != EPERM) { in main()
252 if (chown(path, pp->pw_uid, gp->gr_gid) && errno != EPERM) {
/titanic_41/usr/src/ucbcmd/vipw/
H A Dvipw.c129 (chown(passwd, osbuf.st_uid, osbuf.st_gid) < 0)) { in main()
169 (chown(passwd, osbuf.st_uid, osbuf.st_gid) < 0)) { in main()
179 (chown(shadow, oshdbuf.st_uid, oshdbuf.st_gid) < 0)) { in main()
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dchown.c31 chown(char *s, int u, int g) in chown() function
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dchown.c32 chown(char *s, int u, int g) in chown() function
/titanic_41/usr/src/cmd/acct/
H A Dnulladm.sh36 chown adm $_file
/titanic_41/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h85 ASTCMDLIST(chown)
87 BINCMDLIST(chown)
/titanic_41/usr/src/ucbcmd/chown/
H A DMakefile27 PROG= chown
/titanic_41/usr/src/lib/libcmd/common/
H A DRELEASE235 99-06-11 cp: tighten chown() diagnostics
262 98-01-07 chown,chgrp,chmod: use fts for -R
265 97-11-11 chown,chgrp: proper interpretation of -h,-l for lchown()
266 chown,chgrp: only chown() if uid or gid change
291 add chown|chgrp -m uid|gid map file
292 add chown|chgrp -P for systems with lchown(2)
293 chown|chgrp -P => lstat() too!
294 chmod|chown|chgrp -HLP
/titanic_41/usr/src/cmd/make/include/vroot/
H A Dargs.h47 struct { int user; int group;} chown; member
/titanic_41/usr/src/cmd/svc/milestone/
H A Drmtmpfiles53 /usr/bin/chown root:sys /tmp
/titanic_41/usr/src/cmd/oamuser/user/
H A Dhomedir.c63 if( chown(homedir, uid, gid) != 0 ) { in create_home()
/titanic_41/usr/src/tools/make/lib/vroot/
H A DMakefile20 chown.o \
/titanic_41/usr/src/cmd/logadm/
H A Dlogadm-upgrade73 chown root:sys ${LOGADM}
/titanic_41/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh95 chown root:bin "${cf_path}.tmp" &&
/titanic_41/usr/src/uts/common/syscall/
H A Dchown.c83 chown(char *path, uid_t uid, gid_t gid) in chown() function
/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_util.c117 chown(dst, UID_NETADM, GID_NETADM) != 0) { in ipmgmt_cpfile()
/titanic_41/usr/src/cmd/smbsrv/fksmbd/
H A DREADME46 c: chown/chmod the directories: /var/smb /var/run/smb
47 to yourself, mode 755. Reboot will chown these

123456