<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://futex.re/mediawiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%A9mo_find</id>
	<title>Mémo find - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://futex.re/mediawiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%A9mo_find"/>
	<link rel="alternate" type="text/html" href="https://futex.re/mediawiki/index.php?title=M%C3%A9mo_find&amp;action=history"/>
	<updated>2026-05-13T16:19:48Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://futex.re/mediawiki/index.php?title=M%C3%A9mo_find&amp;diff=302&amp;oldid=prev</id>
		<title>Futex le 18 mai 2011 à 12:48</title>
		<link rel="alternate" type="text/html" href="https://futex.re/mediawiki/index.php?title=M%C3%A9mo_find&amp;diff=302&amp;oldid=prev"/>
		<updated>2011-05-18T12:48:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Recherche du setuid et setgid bit&lt;br /&gt;
&lt;br /&gt;
Solaris&lt;br /&gt;
  find / -local -type f \( -perm -4000 -o -perm -2000 \) -print &lt;br /&gt;
&lt;br /&gt;
AIX&lt;br /&gt;
  find / -type f \( -perm -4000 -o -perm -2000 \) -print&lt;br /&gt;
&lt;br /&gt;
Linux&lt;br /&gt;
  find / -local -type f \( -perm -4000 -o -perm -2000 \) -print&lt;br /&gt;
&lt;br /&gt;
HP-UX&lt;br /&gt;
  find / -local -type f \( -perm -4000 -o -perm -2000 \) -print&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Lister les fichiers quit ont étés modifier dans les dernières 24 h&lt;br /&gt;
  find . -mtime -1&lt;br /&gt;
&lt;br /&gt;
Fichiers modifier de plus de 24 h&lt;br /&gt;
  find . -mtime +1&lt;br /&gt;
&lt;br /&gt;
-atime n  accès au fichier.&lt;br /&gt;
&lt;br /&gt;
-mtime n  modification du fichier&lt;br /&gt;
&lt;br /&gt;
-ctime n  si l&amp;#039;inode a changer&lt;/div&gt;</summary>
		<author><name>Futex</name></author>
	</entry>
</feed>