GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EXTRACE(1) FreeBSD General Commands Manual EXTRACE(1)

extracetrace exec() calls system-wide

extrace [-deflqtu] [-o file] [-p pid | cmd ...]

extrace traces all program executions occurring on a system.

The options are as follows:

Print the current working directory of the new process.
Print environment of process, or ‘-’ if unreadable.
Generate flat output without indentation. By default, the line indentation reflects the process hierarchy.
Resolve full path of the executable. By default, argv[0] is shown.
Suppress printing of exec(3) arguments.
Also display process exit status and duration.
Also display the user running the process.
file
Redirect trace output to file.
pid
Only trace exec(3) calls descendant of pid.
cmd ...
Run cmd ... and only trace descendants of this command.

By default, all exec(3) calls are traced globally.

The extrace utility exits 0 on success, and >0 if an error occurs.

Leah Neukirchen <leah@vuxu.org>
Duncan Overbruck <mail@duncano.de>

extrace is licensed under the terms of the MIT license.

October 18, 2025 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.