Date: Fri, 1 Apr 2005 20:12:05 -0800 From: Randy Primeaux <randyprimeaux@gmail.com> To: freebsd-questions@freebsd.org Subject: file mode on dynamicly created cua/tty devices Message-ID: <54b47b8a050401201239941399@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54b47b8a050401201239941399>