strace is a command line program that runs from one of the Linux shells. A shell is another program that allows a system administrator to interact with a Linux operating system – for example to run strace. The strace utility is the crudest form of trouble shooting in Linux. It essentially hijacks the target program [...]

-