Dominik Vogt wrote: > On Sat, Jun 24, 2006 at 10:17:01AM -0700, Wayne Davison wrote: > Of course there is netstat, but my question was aiming for the > command on AIX that can be used in place of Linux' strace.
Try 'truss' ('man 5 truss'). It's very likely to be present on every modern Unix system. It gives about the same information as strace although the output isn't compatible to be dircetly compared with the on from strace. Also interesting might be 'trace' (man 5 trace). You'll need the following filesets: /usr/bin/trace bos.sysmgt.trace /usr/bin/truss bos.sysmgt.serv_aid Regards, Frank -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html