truss

Troubleshooting tool voor het traceren van system calls. SunOS equivalent van strace. Meer informatie: https://www.unix.com/man-page/linux/1/truss.

truss -f {{programma}}

truss -p {{pid}}

truss -a -e {{programma}}

truss -c -p {{pid}}

truss -p {{pid}} -t {{system_call_naam}}