<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1104951&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Chmod de tous les fichiers et dossiers]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1104951</link>
		<description><![CDATA[Les sujets les plus récents dans Chmod de tous les fichiers et dossiers.]]></description>
		<lastBuildDate>Mon, 19 Nov 2012 22:30:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571361#p11571361</link>
			<description><![CDATA[<p>Merci a vous tous</p>]]></description>
			<author><![CDATA[dummy@example.com (alfirdaous)]]></author>
			<pubDate>Mon, 19 Nov 2012 22:30:20 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571361#p11571361</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571311#p11571311</link>
			<description><![CDATA[<p>Salut,<br />Le fait de mettre X en majuscule fait que les répertoires auront le droit d&#039;exécution (comme si on avait mis x en minuscule) et que les fichiers auront le droit x s&#039;ils l&#039;ont déjà.</p>]]></description>
			<author><![CDATA[dummy@example.com (Postmortem)]]></author>
			<pubDate>Mon, 19 Nov 2012 22:26:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571311#p11571311</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571221#p11571221</link>
			<description><![CDATA[<p>oui, comment le systeme fait la difference entre dossier et fichier pour attribuer les 644 et 755?</p>]]></description>
			<author><![CDATA[dummy@example.com (alfirdaous)]]></author>
			<pubDate>Mon, 19 Nov 2012 22:11:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11571221#p11571221</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11513111#p11513111</link>
			<description><![CDATA[<p>Pour l&#039;utilisateur <strong>(u)</strong> : lecture <strong>(r)</strong>, écriture<strong>(w)</strong>, exécution si répertoire ou fichier déjà exécutable <strong>(X)</strong><br />Pour le groupe&#160; <strong>(g)</strong> et les autres <strong>(o)</strong> : lecture <strong>(r)</strong>, exécution si répertoire ou fichier déjà exécutable <strong>(X)</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 14 Nov 2012 20:11:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11513111#p11513111</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11513031#p11513031</link>
			<description><![CDATA[<p>j&#039;ai pas compris cette partie:</p><div class="quotebox"><blockquote><div><p>u=rwX,go=rX</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (alfirdaous)]]></author>
			<pubDate>Wed, 14 Nov 2012 20:04:47 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11513031#p11513031</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511261#p11511261</link>
			<description><![CDATA[<div class="quotebox"><cite>alfirdaous #3 a écrit&#160;:</cite><blockquote><div><p>alors cette commande va donner 644 pour tous les fichiers et 751 pour les dossiers??</p></div></blockquote></div><p>Oui pour les fichiers, 755 pour les dossiers.</p><p>Extrait de <strong>man chmod</strong> :</p><div class="quotebox"><blockquote><div><p>The&#160; letters&#160; rwxXst select file mode bits for the affected users: read<br />&#160; &#160; &#160; &#160;(r), write (w), execute (or search for directories) (x), <strong>execute/search<br />&#160; &#160; &#160; &#160;only&#160; if&#160; the file is a directory or already has execute permission for<br />&#160; &#160; &#160; &#160;some user (X)</strong>, set user or group ID on execution (s), restricted&#160; dele‐<br />&#160; &#160; &#160; &#160;tion&#160; flag or sticky bit (t).&#160; Instead of one or more of these letters,<br />&#160; &#160; &#160; &#160;you can specify exactly one of the letters ugo: the permissions granted<br />&#160; &#160; &#160; &#160;to&#160; the&#160; user&#160; who&#160; owns the file (u), the permissions granted to other<br />&#160; &#160; &#160; &#160;users who are members of the file&#039;s&#160; group&#160; (g),&#160; and&#160; the&#160; permissions<br />&#160; &#160; &#160; &#160;granted&#160; to&#160; users&#160; that are in neither of the two preceding categories<br />&#160; &#160; &#160; &#160;(o).</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:32:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511261#p11511261</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511241#p11511241</link>
			<description><![CDATA[<p>merci pingouinux, alors cette commande va donner 644 pour tous les fichiers et 751 pour les dossiers??</p>]]></description>
			<author><![CDATA[dummy@example.com (alfirdaous)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:27:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511241#p11511241</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511001#p11511001</link>
			<description><![CDATA[<p>Bonjour,<br /><span style="color: #ff0000"><strong>Attention</strong> : Modifier récursivement les permissions d&#039;un répertoire peut être catastrophique</span></p><div class="codebox"><pre><code>chmod -R u=rwX,go=rX le_repertoire</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:14:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511001#p11511001</guid>
		</item>
		<item>
			<title><![CDATA[Chmod de tous les fichiers et dossiers]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11510801#p11510801</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je suis sous le dossier www de mon serveur, et je voudrais mettre le chmod de tous les fichiers (mp3, mp4, zip,..) en 644 et les dossiers en 755, comment effectuer cette operation sans se deplacer vers chaque dossier et l&#039;effectuer pour chaque type de fichiers??</p><p>Merci a vous</p>]]></description>
			<author><![CDATA[dummy@example.com (alfirdaous)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:01:05 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11510801#p11510801</guid>
		</item>
	</channel>
</rss>
