<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: jon207</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Changer les permissions récursivement sur les dossiers uniquement</title>
        <link>http://www.posteet.com/view/812</link>
        <description>
        <![CDATA[<pre>#Pour changer les permissions récursivement sur les dossiers sans toucher aux autres fichiers :

chmod u-w $(ls -l -R | sed -n '/^d/p' | awk '{print $9 }')

#va enlever le droit d'écriture à tous les dossiers sans toucher aux autres fichiers
#utile par exemple pour appliquer le droit d'exécution seulement aux dossiers pour pouvoir les parcourir sans pour autant rendre les autres fichiers exécutables</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/unix">[unix]</a> ]]>        </description>
        <dc:creator>jon207</dc:creator>
        <pubDate>Thu, 06 Mar 2008 20:51:29 +0000</pubDate>

            <category>bash</category>
            <category>linux</category>
            <category>shell</category>
            <category>unix</category>
    
    </item>

  
    <item>
        <title>Changer l'adresse mac</title>
        <link>http://www.posteet.com/view/142</link>
        <description>
        <![CDATA[<pre>#passer en root
ifconfig eth0 hw ether AA:BB:CC:DD:EE:FF</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/ifconfig">[ifconfig]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/network">[network]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>jon207</dc:creator>
        <pubDate>Sat, 03 Nov 2007 17:04:33 +0000</pubDate>

            <category>bash</category>
            <category>ifconfig</category>
            <category>linux</category>
            <category>mac</category>
            <category>network</category>
            <category>shell</category>
    
    </item>

  
    <item>
        <title>Dernier argument employé avec bash</title>
        <link>http://www.posteet.com/view/140</link>
        <description>
        <![CDATA[<pre>ls -ail /home
# !$ prend la valeur du dernier argument utilisé
echo !$
# va renvoyer /home</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>jon207</dc:creator>
        <pubDate>Sat, 03 Nov 2007 16:53:52 +0000</pubDate>

            <category>bash</category>
            <category>linux</category>
            <category>shell</category>
    
    </item>


</channel>
</rss>
