From owner-freebsd-questions Fri Aug 11 7:47:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3337BAE3 for ; Fri, 11 Aug 2000 07:47:08 -0700 (PDT) (envelope-from nimrodm@bezeqint.net) Received: from bsd.net.il (bzq-173-121.bezeqint.net) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FZ400HGJUBSMA@mail.bezeqint.net> for freebsd-questions@FreeBSD.ORG; Fri, 11 Aug 2000 17:45:29 +0300 (IDT) Received: (from nimrodm@localhost) by bsd.net.il (8.9.3/8.9.3) id RAA68225 for freebsd-questions@FreeBSD.ORG; Fri, 11 Aug 2000 17:39:44 +0300 (IDT envelope-from nimrodm) Date: Fri, 11 Aug 2000 17:39:44 +0300 From: Nimrod Mesika Subject: Re: permissions problems In-reply-to: ; from xyboct@yahoo.com on Fri, Aug 11, 2000 at 03:56:33PM +0400 To: freebsd-questions@FreeBSD.ORG Reply-To: nimrodm@email.com Message-id: <20000811173944.A68192@localhost.bsd.net.il> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Mail-Followup-To: freebsd-questions@FreeBSD.ORG User-Agent: Mutt/1.2i References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Aug 11, 2000 at 03:56:33PM +0400, Kostya & wrote: > I created a new user, which belongs to group wheel, but when working as this > user the system doesn't allow me to > -mount cd-rom drive 1. Make sure the device file has the proper permissions. For example: chmod 777 /dev/acd0c (this will let everyone mount it) 2. Allow users to mount: sysctl -w vfs.usermount=1 (you can put this into your /etc/rc.local). > -deal with ppp programm > > in the file /etc/group this user is added to network group Add a line 'allow users ' to /etc/ppp/ppp.conf at the relevant section (for example, under default:). -- Nimrod. http://www.geocities.com/rodd_27 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message