The truss(1) command can be used to display all system calls made by a process. The process may already be running, in which case truss attaches to the process image. You can also use the truss(1) command to start a process by using the process name as an argument to the truss(1) command.