User Tools

Site Tools


linux:commands:strace

See what files are being opened by a command

strace -f <command> 2>&1 | grep ^open
linux/commands/strace.txt · Last modified: 2021/02/16 09:56 (external edit)