From owner-freebsd-hackers Tue Sep 5 10:41:40 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id KAA07119 for hackers-outgoing; Tue, 5 Sep 1995 10:41:40 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id KAA07113 for ; Tue, 5 Sep 1995 10:41:38 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id KAA03954; Tue, 5 Sep 1995 10:41:27 -0700 To: peter@taronga.com (Peter da Silva) cc: hackers@FreeBSD.org Subject: Re: Change in behaviour of SU... In-reply-to: Your message of "Mon, 04 Sep 1995 22:15:07 CDT." <199509050315.WAA00460@bonkers.taronga.com> Date: Tue, 05 Sep 1995 10:41:27 -0700 Message-ID: <3952.810322887@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > In 1.1.5.1, the command "su" passed extra arguments to the shell. In 2.0.5, > this is disabled. Howcome? I have several scripts that need to start various > programs as particular users, so I've been using "su user -c command". What > is the recommended alternative? I commented on this just the other day. What we need is `-c' to come back is what we need. Jordan