<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.choppy.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dokuwiki.choppy.org/feed.php">
        <title>DokuWiki Choppy - technique:linux:shells</title>
        <description>Le Wiki des Choppy</description>
        <link>https://dokuwiki.choppy.org/</link>
        <image rdf:resource="https://dokuwiki.choppy.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-22T22:32:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:awk&amp;rev=1776779335&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash_variables&amp;rev=1776779335&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash&amp;rev=1776779335&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:ssh&amp;rev=1776779335&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:start&amp;rev=1776779335&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.choppy.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>DokuWiki Choppy</title>
        <link>https://dokuwiki.choppy.org/</link>
        <url>https://dokuwiki.choppy.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:awk&amp;rev=1776779335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-21T13:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>awk</title>
        <link>https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:awk&amp;rev=1776779335&amp;do=diff</link>
        <description>awk

Documentations

	*  A Guided Tour Of Awk
	*  The GNU Awk User&#039;s Guide
	*  Getting started with awk
	*  How to Use AWK
	*  UNIX Utilities - awk
	*  Awk Tutorial
	*  Awk et shell
	*  liens divers
	*  Introduction to awk
	*  Awk et bash
	*  &lt;http://www-128.ibm.com/developerworks/library/l-awk1.html&gt;
	*  &lt;http://www-128.ibm.com/developerworks/library/l-awk2.html&gt;
	*  &lt;http://www-128.ibm.com/developerworks/library/l-awk3.html&gt;
	*  String manipulations
	*  AWK: The Linux Administrators&#039; Wisdom Ki…</description>
    </item>
    <item rdf:about="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash_variables&amp;rev=1776779335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-21T13:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Variables shell</title>
        <link>https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash_variables&amp;rev=1776779335&amp;do=diff</link>
        <description>Variables shell

Voir une liste de variables d&#039;environnement (shell, etc)

----------

env

Voir une variable particulière

----------

exemple :
echo $SHELL

Supprimer une variable

----------

unset toto		(et non pas $toto !)

Conversions minuscules/majsucules</description>
    </item>
    <item rdf:about="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash&amp;rev=1776779335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-21T13:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bash, Bashdb</title>
        <link>https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:bash&amp;rev=1776779335&amp;do=diff</link>
        <description>Bash, Bashdb

Tutoriels

	*  Guide avancé d&#039;écriture des scripts Bash : &lt;http://abs.traduc.org/abs-3.1-fr/&gt;
	*  Linux Script Programming
	*  &lt;http://www.comptechdoc.org/os/linux/programming/script/linux_pgscript.html&gt;

Commandes internes

Aide
$ help commande
Ou sur page wab :
&lt;http://www.tldp.org/LDP/abs/html/internal.html&gt;

Bashdb

Bashdb = BASH with Debugger : à récupérer sur &lt;http://bashdb.sourceforge.net/&gt;
Bashdb nécessite bash version 3 : récupérer les sources de bash et la doc sur</description>
    </item>
    <item rdf:about="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:ssh&amp;rev=1776779335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-21T13:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SSH</title>
        <link>https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:ssh&amp;rev=1776779335&amp;do=diff</link>
        <description>SSH

Documentations

&lt;http://www-106.ibm.com/developerworks/library/l-keyc.html&gt;
&lt;http://www-106.ibm.com/developerworks/linux/library/l-keyc2/&gt;
&lt;http://troumad.free.fr/Linux/Linux.sxw&gt;

Fichiers de configuration

----------

/etc/ssh
~/.ssh

Sécuriser les connexions ssh

----------

Fichier /etc/ssh/sshd_config
cf. &lt;http://www.faqs.org/docs/securing/chap15sec122.html&gt;

- Spécifier quels utilisateurs peuvent se connecter :
AllowUsers toto bibi truc@test.domaine.fr</description>
    </item>
    <item rdf:about="https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:start&amp;rev=1776779335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-21T13:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Les commandes shell</title>
        <link>https://dokuwiki.choppy.org/doku.php?id=technique:linux:shells:start&amp;rev=1776779335&amp;do=diff</link>
        <description>Les commandes shell

	*  bash ;
	*  bash_variables ;
	*  awk ;
	*  ssh.</description>
    </item>
</rdf:RDF>
