GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Trace Executable Code |
20200502 The command strace is often useful to check what file path a program is attempting to open and failing, for example. Essentially makes up for lack of feedback from programs we might run.
$ strace speaker-test -Dplug:spdif -t wav -c2 |