<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>http://www.minetti.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Linux%3AD%C3%A9bogage</id>
		<title>Linux:Débogage - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="http://www.minetti.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Linux%3AD%C3%A9bogage"/>
		<link rel="alternate" type="text/html" href="http://www.minetti.org/mediawiki/index.php?title=Linux:D%C3%A9bogage&amp;action=history"/>
		<updated>2026-05-04T14:27:53Z</updated>
		<subtitle>Historique pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.minetti.org/mediawiki/index.php?title=Linux:D%C3%A9bogage&amp;diff=144&amp;oldid=prev</id>
		<title>Jp : Page créée avec « == Tracer l'accès aux fichiers == Pour tracer tous les accès aux fichiers d'un processus:  strace -o ~/trace.log /etc/init.d/dovecot start Ici on trace tous les accès a... »</title>
		<link rel="alternate" type="text/html" href="http://www.minetti.org/mediawiki/index.php?title=Linux:D%C3%A9bogage&amp;diff=144&amp;oldid=prev"/>
				<updated>2016-04-07T19:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;Page créée avec « == Tracer l&amp;#039;accès aux fichiers == Pour tracer tous les accès aux fichiers d&amp;#039;un processus:  strace -o ~/trace.log /etc/init.d/dovecot start Ici on trace tous les accès a... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Tracer l'accès aux fichiers ==&lt;br /&gt;
Pour tracer tous les accès aux fichiers d'un processus:&lt;br /&gt;
 strace -o ~/trace.log /etc/init.d/dovecot start&lt;br /&gt;
Ici on trace tous les accès aux fichiers du démon IMAP.&lt;br /&gt;
&lt;br /&gt;
Pour tracer tous les accès aux fichiers d'une application Java:&lt;br /&gt;
 strace -F -f -o ~/trace.log $CATALINA_HOME/bin/catalina.sh run&lt;br /&gt;
&lt;br /&gt;
Pour tracer tous les accès aux fichiers d'une application appelant d'autres applications:&lt;br /&gt;
 strace -f -o ~/trace.log service httpd start&lt;/div&gt;</summary>
		<author><name>Jp</name></author>	</entry>

	</feed>