Strace

From DikapediaV2
Revision as of 14:28, 11 September 2024 by Ardika Sulistija (talk | contribs) (Created page with "https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/ ====How to run strace and output to a file==== ---- Example: sudo strace -f -o strace.txt sudo python ./installer_linux.py -t <token> --no-prompt")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/


How to run strace and output to a file


Example:

sudo strace -f  -o strace.txt  sudo python ./installer_linux.py -t <token> --no-prompt