11.03.2013 20:11, Serge Hallyn пишет:
> Quoting Eric W. Biederman (ebied...@xmission.com):
>> "Timofey.Kirillov" writes:
>>
>>> Hi,
>>>
>>> I have a question about using unnamed pipes with procfs.
>>>
>>> Suppose a chrooted environment with proc mounted as procfs. I am trying
>>> to use bash proce
Quoting Eric W. Biederman (ebied...@xmission.com):
> "Timofey.Kirillov" writes:
>
> > Hi,
> >
> > I have a question about using unnamed pipes with procfs.
> >
> > Suppose a chrooted environment with proc mounted as procfs. I am trying
> > to use bash process substitution feature and get this:
>
"Timofey.Kirillov" writes:
> Hi,
>
> I have a question about using unnamed pipes with procfs.
>
> Suppose a chrooted environment with proc mounted as procfs. I am trying
> to use bash process substitution feature and get this:
>
> $ cat <(echo hello)
> cat: /dev/fd/63: No such file or directory