From owner-freebsd-questions Wed Dec 6 17:28:35 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17100 for questions-outgoing; Wed, 6 Dec 1995 17:28:35 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA17092 for ; Wed, 6 Dec 1995 17:28:30 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id RAA04858; Wed, 6 Dec 1995 17:28:29 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id RAA19270; Wed, 6 Dec 1995 17:28:59 -0800 Message-Id: <199512070128.RAA19270@corbin.Root.COM> To: Stephen Hovey cc: Barnacle Wes , questions@freebsd.org Subject: Re: SUID bits In-reply-to: Your message of "Wed, 06 Dec 95 19:27:46 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 06 Dec 1995 17:28:59 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >I note also that if you drop a program into the general path (ie >/usr/local/bin) the user doesnt see it till they log out and back in. This is because csh is caching the file names in the path. You have to do a "rehash" at the shell prompt. >Im wondering if it isnt a mmap issue. No. -DG