From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Kriz Subject: Access denied after write to named pipe Date: Mon, 17 Mar 2003 08:51:12 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3E757E70.8010501@tco.cz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hi! When I try create named pipe (to some directory which is 'visible' from dosemu) in RDONLY mode, so after command ECHO HELLO > NAMED.PIP I got error message Access denied. Where is the problem? Permissions of pipe are 0777, umask is 000, run under user ROOT. Dosemu 1.1.4, Drdos 7.03 Thanks, bye, M P.S. Reading from pipe is OK.