Ceci est une ancienne révision du document !
Participer à la création du portail des lignes de commande
Vous souhaitez participer à la création du portail sur les lignes de commande, mais vous n'avez pas l'habitude de manipuler le formatage de la doc? Cette page est faite pour vous. Comme l'application dudit formatage est très fastidieux, un programme java qui le génère automatiquement est en cours de test.
Consignes
Tout ce que vous avez à faire est de choisir une commande qui n'est encore listée ni dans cette page, ni dans le portail. Puis éditez cette page-ci (que vous êtes en train de lire) et complétez-y le modèle suivant:
NOM: DESCRIPTION: LIEN_SYNOPSIS: LIEN: LIEN_MANPAGE: LIEN_FORUM:
Voici les impératifs:
- pour chaque commande, renseigner au moins le nom et la description.
- le nom doit venir en premier et la description en second
- le champ LIEN désigne une page relative de la documentation. Si il y en a plusieurs, mettez en plusieurs
- Tous les champs autres que la description et le nom sont optionnels. Vous pouvez lez ommettre ou les laisser vides.
- Ne multipliez pas les balises de début et de fin de code dans la page. Sautez deux lignes après la contribution du précédent et mettez y la votre. Ca sera plus simple pour moi quand je copierai tout en un seul bloc pour tout faire bouffer d'un coup au programme de formattage.
- Pour le sites où trouvez les pages de manuels en français, privilégiez celui des manpages d'ubuntu (la version importe peu. Dans le doute utilisez celles de la LTS en cours, cad la 8.04).
- Par souci de cohérence, le LIEN_SYNOPSIS ne doit faire référence qu'à un paragraphe de la page console_commandes_de_base et uniquement celle là. S'il n'existe pas, vous pouvez le mettre quand même, il apparaitra comme invalide jusqu'à ce que la page ait été complétée.
Exemple
Mettons que je veuille renseigner la commande cd. J'édite cette page, et j'y ajoute le modèle complété (Notez la présence de deux liens):
NOM:cd DESCRIPTION:choisir le répertoire courant LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#cd LIEN:http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#cd LIEN:http://doc.ubuntu-fr.org/console#cd LIEN_MANPAGE: LIEN_FORUM:
Après l'exécution du programme (voir cette page pour ceux qui veulent s'y essayer), on obtient ceci:
choisir le répertoire courant | cd | console_ligne_de_commande, console |
A vous ;)
NOM:find DESCRIPTION:rechercher des fichiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#find LIEN:http://doc.ubuntu-fr.org/recherche_ligne_commande#find LIEN:http://debian-facile.org/wiki/commande:find LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/find.1.html LIEN_FORUM: NOM:top DESCRIPTION:afficher les tâches en cours LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#top LIEN:http://debian-facile.org/wiki/commande:top LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/top.1.html LIEN_FORUM: NOM:du DESCRIPTION:évaluer l’espace disque occupé par des fichiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#du LIEN:http://debian-facile.org/wiki/commande:du LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/du.1.html LIEN_FORUM: NOM:pwd DESCRIPTION:afficher le nom du répertoire de travail actuel LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#pwd LIEN:http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#pwd LIEN:http://debian-facile.org/wiki/commande:pwd LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/pwd.1.html LIEN_FORUM: NOM:grep DESCRIPTION:faire des recherches plein texte LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#grep LIEN:http://doc.ubuntu-fr.org/recherche_ligne_commande#grep LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/grep.1.html LIEN_FORUM: NOM:locate DESCRIPTION:lister les fichiers à partir d'une base de données LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#locate LIEN:http://doc.ubuntu-fr.org/recherche_ligne_commande#locate LIEN:http://doc.ubuntu-fr.org/locate LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/locate.findutils.1.html LIEN_FORUM: NOM:cat DESCRIPTION:concaténer des fichiers et les afficher sur la sortie standard LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#cat LIEN:http://debian-facile.org/wiki/commande:cat LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/cat.1.html LIEN_FORUM: NOM:more DESCRIPTION:afficher un fichier page par page LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#more LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/more.1.html LIEN_FORUM: NOM:less DESCRIPTION:afficher un fichier page par page LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#less LIEN:http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#less LIEN_MANPAGE:http://jp.barralis.com/linux-man/man1/less.1.php LIEN_FORUM: NOM:chmod DESCRIPTION:modifier les permissions d'accès aux fichiers/dossiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#chmod LIEN:http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#chmod LIEN:http://debian-facile.org/wiki/commande:chmod LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/chmod.1.html LIEN_FORUM: NOM:chown DESCRIPTION:modifier le propriétaire et le groupe propriétaire d'un fichier LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#chown LIEN:http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#chown LIEN:http://debian-facile.org/wiki/commande:chown LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/chown.1.html LIEN_FORUM: NOM:chgrp DESCRIPTION: changer le groupe propriétaire d’un fichier LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#chgrp LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/chgrp.1.html LIEN_FORUM: NOM:free DESCRIPTION:afficher la mémoire libre / utilisée du système LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#free LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/free.1.html LIEN_FORUM: NOM:mount DESCRIPTION:monter un système de fichiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#mount LIEN:http://debian-facile.org/wiki/commande:mount LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man2/mount.2.html LIEN_FORUM: NOM:umount DESCRIPTION:démonter un système de fichiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#umount LIEN:http://debian-facile.org/wiki/commande:umount LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man2/mount.2.html LIEN_FORUM: NOM:sudo DESCRIPTION:exécuter des commandes en tant qu'un autre utilisateur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#sudo LIEN:http://doc.ubuntu-fr.org/sudo LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/en/man8/sudo.8.html LIEN_FORUM: NOM:ps DESCRIPTION:afficher les processus en cours LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#ps LIEN: LIEN_MANPAGE:http://jp.barralis.com/linux-man/man1/ps.1.php LIEN_FORUM: NOM:kill / killall DESCRIPTION:envoyer un signal à un processus LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#kill_killall LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/kill.1.html LIEN_FORUM: NOM:passwd DESCRIPTION:modifier le mot de passe d'un utilisateur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#passwd LIEN:http://debian-facile.org/wiki/commande:passwd LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/passwd.1.html LIEN_FORUM: NOM:groups DESCRIPTION:afficher les groupes auxquels appartient un utilisateur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#groups LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/groups.1.html LIEN_FORUM: NOM:adduser DESCRIPTION:ajouter un utilisateur ou un groupe au système LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#adduser LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/en/man8/adduser.8.html LIEN_FORUM: NOM:useradd DESCRIPTION:ajouter un nouvel utilisateur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#useradd LIEN:http://debian-facile.org/wiki/commande:useradd LIEN_MANPAGE:http://jp.barralis.com/linux-man/man8/useradd.8.php LIEN_FORUM: NOM:deluser DESCRIPTION:supprimer un utilisateur ou un groupe du système LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#deluser LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/en/man8/deluser.8.html LIEN_FORUM: NOM:userdel DESCRIPTION:supprimer un utilisateur du système LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#userdel LIEN:http://debian-facile.org/wiki/commande:userdel LIEN_MANPAGE:http://jp.barralis.com/linux-man/man8/userdel.8.php LIEN_FORUM: NOM:usermod DESCRIPTION:modifier le groupe d'appartenance d'un utilisateur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#usermod LIEN: LIEN_MANPAGE:http://jp.barralis.com/linux-man/man8/usermod.8.php LIEN_FORUM: NOM:df DESCRIPTION:indiquer l’espace occupé par les systèmes de fichiers LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#df LIEN:http://debian-facile.org/wiki/commande:df LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/df.1.html LIEN_FORUM: NOM:fdisk DESCRIPTION:afficher (créer/modifier) les partitions d'un disque dur LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#fdisk LIEN:http://doc.ubuntu-fr.org/fdisk LIEN:http://debian-facile.org/wiki/commande:fdisk LIEN_MANPAGE:http://manpagesfr.free.fr/man/man8/fdisk.8.html LIEN_FORUM: NOM:uptime DESCRIPTION:indiquer depuis quand le système a été mis en route LIEN_SYNOPSIS:http://doc.ubuntu-fr.org/tutoriel/console_commandes_de_base#uptime LIEN: LIEN_MANPAGE:http://manpages.ubuntu.com/manpages/jaunty/fr/man1/uptime.1.html LIEN_FORUM: NOM: DESCRIPTION: LIEN_SYNOPSIS: LIEN: LIEN_MANPAGE: LIEN_FORUM: NOM: DESCRIPTION: LIEN_SYNOPSIS: LIEN: LIEN_MANPAGE: LIEN_FORUM: NOM: DESCRIPTION: LIEN_SYNOPSIS: LIEN: LIEN_MANPAGE: LIEN_FORUM: