<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Strace</id>
	<title>Strace - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Strace"/>
	<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Strace&amp;action=history"/>
	<updated>2026-04-24T17:19:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.tbpindustries.com/index.php?title=Strace&amp;diff=329&amp;oldid=prev</id>
		<title>Goldbolt: Created page with &quot;{{DISPLAYTITLE:strace}} strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Strace&amp;diff=329&amp;oldid=prev"/>
		<updated>2023-02-24T15:58:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{DISPLAYTITLE:strace}} strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:strace}}&lt;br /&gt;
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.&lt;br /&gt;
&lt;br /&gt;
Some Unix-like systems provide other diagnostic tools similar to strace, such as truss. &lt;br /&gt;
&lt;br /&gt;
== Usage and features ==&lt;br /&gt;
The most common use is to start a program using strace, which prints a list of system calls made by the program. This is useful if the program continually crashes, or does not behave as expected; for example using strace may reveal that the program is attempting to access a file which does not exist or cannot be read.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
strace can be used to follow a program directly or using the PID as seen below.&lt;br /&gt;
&lt;br /&gt;
    strace ls&lt;br /&gt;
&lt;br /&gt;
    strace -p $(PID)&lt;/div&gt;</summary>
		<author><name>Goldbolt</name></author>
		
	</entry>
</feed>