>_ linuxcommand.dev
Startseite strace
Monitoring

strace

System Call Tracker

Ubuntu CentOS Debian SUSE Fedora RHEL macOS
Verified: 2026-03-04
Syntax
$strace [options] <command>
Optionen
-p
-e
-c
-f
Examples
$strace ls
$strace -p PID
$strace -e trace=network curl google.com
$strace -c command
Typical use cases
?
Standard usage
strace --help
Note Monitors system calls of processes.
Export