From owner-freebsd-questions Tue Jul 30 4:30:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFF537B405 for ; Tue, 30 Jul 2002 04:30:06 -0700 (PDT) Received: from relay02.cablecom.net (relay02.cablecom.net [62.2.33.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81F243E75 for ; Tue, 30 Jul 2002 04:30:04 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient217-162-156-54.hispeed.ch [217.162.156.54]) by relay02.cablecom.net (8.11.6/8.11.4/SOL/AWF/MXRELAY/06072001) with ESMTP id g6UBU3m63463 for ; Tue, 30 Jul 2002 13:30:03 +0200 (CEST) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g6UBU3u20541 for freebsd-questions@FreeBSD.ORG; Tue, 30 Jul 2002 13:30:03 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Tue, 30 Jul 2002 13:30:03 +0200 From: Hanspeter Roth To: freebsd-questions@FreeBSD.ORG Subject: individual access to programs Message-ID: <20020730133003.A20487@gicco.cablecom.ch> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020730085213.99769.qmail@web21510.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020730085213.99769.qmail@web21510.mail.yahoo.com>; from radwasteus@yahoo.com on Tue, Jul 30, 2002 at 01:52:13AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Jul 30 at 01:52, manee spoke: > if i want some user, his id is krok for example, to > run xfig and do not > want other user, her id is jumjim, to run this > program from some other > host in the same domain, what method should i use in > order to > accomplish > this requirement. Hello, add a group `xfig' in /etc/groups, change the group of xfig to xfig, revoke execusion and read permission of xfig for others and add everybody who should be allowed to run xfig to the group xfig. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message