From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 04:53:59 2005 Return-Path: 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 4A9D916A4CE for ; Tue, 15 Feb 2005 04:53:59 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC24643D53 for ; Tue, 15 Feb 2005 04:53:58 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from [192.168.0.3] (really [68.226.7.134]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050215045357.HVGN3985.lakermmtao10.cox.net@[192.168.0.3]> for ; Mon, 14 Feb 2005 23:53:57 -0500 Message-ID: <42118065.1080303@cox.net> Date: Mon, 14 Feb 2005 23:53:57 -0500 From: David Wassman User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: probably a simple problem with permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 04:53:59 -0000 I am probably understanding this problem incorrectly meaning there is a simple explanation that is escaping me. My /dev/cd0 is owned by root so I have tried to change both the owner and the group so I can use it as a user. I have tried: chmod 777 /dev/cd0 chmod -R 777 /dev/cd0 chgrp 777 /dev/cd0 The problem is that when I reboot the system the old permissions return and I have to su and change the permissions back. How do I make these changes permanent? There is probably a security reason for this but it is very inconvenient on a desktop station. Any help would be appreciated. I am running 5.3. David