From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 04:12:05 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 E947A16A4CE for ; Sat, 2 Apr 2005 04:12:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9181643D2F for ; Sat, 2 Apr 2005 04:12:05 +0000 (GMT) (envelope-from randyprimeaux@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so807808rng for ; Fri, 01 Apr 2005 20:12:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=cmmd5msO36WsCMxlwF7mhmS6ooRCc5M+I96NJf2szCjyHKbxK7GiWFcubMfpCxgo6eqcche33WYitt9XtcvHgxMNw2DQXO/SGC+RG2OXRu2sBErR8H3EOmiGWS9AjGOGO6AoQXpepXwcQBGiQNUQvdIu+8CVBkM6SfUESAs4V40= Received: by 10.38.6.79 with SMTP id 79mr69808rnf; Fri, 01 Apr 2005 20:12:05 -0800 (PST) Received: by 10.38.98.33 with HTTP; Fri, 1 Apr 2005 20:12:05 -0800 (PST) Message-ID: <54b47b8a050401201239941399@mail.gmail.com> Date: Fri, 1 Apr 2005 20:12:05 -0800 From: Randy Primeaux To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: file mode on dynamicly created cua/tty devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Randy Primeaux List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 04:12:06 -0000 How do I set file mode to 0666 on dynamicly created devices, such as cua* and tty* ? I couldn't find the answer in the Handbook. I'm trying to get a alm m500 to hotsync with pilot-link and Kpilot on FreeBSD 6-CURRENT. So far, I can communicate via dlpsh as root if I press the HotSync button on the cradle, wait for /var/log/messages to show: ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 2 then execute: sudo dlpsh -p /dev/cuaU0 _or_ if I press HotSync button, then: sudo chmod 0666 /dev/cuaU0 ; dlpsh -p /dev/cuaU0 I assume the ownsership issue is preventing me from using KPilot.