Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!news.ultranet.com!usenet.eel.ufl.edu!col.hp.com!sdd.hp.com!hp-pcd!hp-cv!reuter.cse.ogi.edu!engr.orst.edu!eaglecap!osshe.edu!news.orst.edu!news.uidaho.edu!usenet From: Faried Nawaz <fn@uidaho.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: strace of trace for FreeBSD? Date: 16 Sep 1995 18:17:35 -0700 Organization: scanners 'r us Lines: 10 Sender: nawaz921@waldrog.cs.uidaho.edu Distribution: world Message-ID: <imd9d0mpcg.fsf@waldrog.cs.uidaho.edu> References: <43fmtp$99v@fu-berlin.de> Reply-To: fn@uidaho.edu NNTP-Posting-Host: waldrog.cs.uidaho.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-reply-to: tschach@zedat.fu-berlin.de's message of 16 Sep 1995 23:34:17 GMT X-Newsreader: (ding) Gnus v0.99.13 In article <43fmtp$99v@fu-berlin.de> tschach@zedat.fu-berlin.de (Carsten Tschach) writes: $ I really need a utility like strace (or trace) can be found on SunOS $ or Linux. try ktrace. you'll need to recompile your kernel with options KTRACE to enable its use.