Hi Jiří,
Jiří Paleček wrote:
> when I redirected output from a command to a fifo, dash somehow suspended
> itself; see:
>
> debian:/home/jirka/zaves/gcc-debug# su nobody
> \h:\w$ echo aaa > /tmp/fifo
> \h:\w$
> [1]+ Stopped su nobody
> debian:/home/jirka/zaves/gcc-debug# fg
> su nobody
>
> [1]+ Stopped su nobody
>
> I couldn't even resume the shell, as you see.
Sorry for the long silence. Alas, I can't reproduce it:
# mkfifo /tmp/fifo
# su nobody -c src/dash
$ echo aaaa >/tmp/fifo
src/dash: cannot create /tmp/fifo: Permission denied
$ echo $?
2
$ exit
Ideas?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]