[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pppd freeze?




On Tue, 13 Jan 1998, Stas Bekman wrote:

> Thanks Guy,
> I have never used this util before, How do you useit?

basically:  strace <command> <arguments>
more info: man strace
important note: to trace on suid programs, you must su root first.

guy