Re: find process on other end of pipe

2016-06-04 Thread Theo de Raadt
> fstat shows address 0x0 for *all* pipes: > > maxim cat449241 pipe 0x0 state: > [...] > > How can one find out which process is on the other end of a pipe? Run it as root. As a regular user, you have no right to see kernel pointer values.

find process on other end of pipe

2016-06-04 Thread Maxim Pichler
fstat shows address 0x0 for *all* pipes: maxim cat449241 pipe 0x0 state: [...] How can one find out which process is on the other end of a pipe? Thanks