Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!ames!oliveb!felix!zemon From: zemon@felix.UUCP (Art Zemon) Newsgroups: comp.os.minix Subject: Re: MKDIR & MKNOD call in MINIX Message-ID: <3164@felix.UUCP> Date: Thu, 2-Jul-87 13:53:20 EDT Article-I.D.: felix.3164 Posted: Thu Jul 2 13:53:20 1987 Date-Received: Sat, 4-Jul-87 13:27:40 EDT References: <461@csm9a.UUCP> Sender: daemon@felix.UUCP Reply-To: zemon@felix.UUCP (Art Zemon) Organization: FileNet Corp., Costa Mesa, CA Lines: 12 The mkdir and mv commands should be "setuid root". This means that when they execute, the effective user ID (uid) is set to root, allowing a normal user to create directories. You do this with "chmod 755 /usr/bin/mv /usr/bin/mkdir" Happy hacking -- -- Art Zemon FileNet Corporation Costa Mesa, California ...!hplabs!felix!zemon