Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: /etc/rmt on suns -- does it work? Having trouble, TFM doesn't help Message-ID: <1195@auspex.UUCP> Date: 22 Mar 89 02:53:18 GMT References: <3274@ttrdc.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 14 Oh, BTW: >O /dev/rst0 438 [me -- note that 438 decimal is 0666 octal] Note also that the "mode" argument to the "O" command is an *open* mode, not a file permissions mode - the description says "open the specified device using the indicated mode", which pertains better to open modes such as O_RDONLY, etc. than to file-creation modes - so it should be something like 0 (O_RDONLY), 1 (O_WRONLY), or 2 (O_RDWR), rather than something like 0666. (Also, note that it's "Sun", not "SUN" - it's an acronym when it refers to the Stanford University Network project, but not when it refers to Sun Microsystems.)