In HP UX :
======
# tusc -afpo <output file> <PID> <executable>
Linux:
======
# strace ,ktrace/kdump, ltrace
# strace -fo <output file> <executable>
In Aix:
========
#truss
#truss -aefo <output file> <executable>
&
#trace
======
# tusc -afpo <output file> <PID> <executable>
Linux:
======
# strace ,ktrace/kdump, ltrace
# strace -fo <output file> <executable>
In Aix:
========
#truss
#truss -aefo <output file> <executable>
&
#trace
0 Comments