Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:aldian:participer_portail_lignes_commandes [Le 11/08/2009, 07:36]
zebulonT Ajout de quelques liens...
utilisateurs:aldian:participer_portail_lignes_commandes [Le 11/09/2022, 13:12] (Version actuelle)
moths-art Suppression des espaces en fin de ligne (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892)
Ligne 1: Ligne 1:
 ====== Participer à la création du portail des lignes de commande ====== ====== Participer à la création du portail des lignes de commande ======
  
-Vous souhaitez participer à la création du [[:utilisateurs:​aldian:​portail_lignes_de_commande_2|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. +Vous souhaitez participer à la création du [[:portail_lignes_commandes|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 ===== ===== Consignes =====
Ligne 16: Ligne 16:
 </​code>​ </​code>​
  
-Voici les impératifs:​  +Voici les impératifs:​ 
-  * pour chaque commande, renseigner au moins le nom et la description. ​+  * pour chaque commande, renseigner au moins le nom et la description.
   * le nom doit venir en premier et la description en second   * 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   * le champ LIEN désigne une page relative de la documentation. Si il y en a plusieurs, mettez en plusieurs
Ligne 43: Ligne 43:
  
 ===== A vous ;) ===== ===== A vous ;) =====
 +
 +Vous trouverez les commandes qui ont déjà été renseignées,​ converties et ajoutées au portail sur la page [[:​utilisateurs:​aldian:​participer_portail_lignes_commandes_archive]].
  
 <​code>​ <​code>​
  
-NOM:find +NOM: 
-DESCRIPTION:​rechercher des fichiers +DESCRIPTION:​ 
-LIEN_SYNOPSIS:​http://​doc.ubuntu-fr.org/​tutoriel/​console_commandes_de_base#​find +LIEN_SYNOPSIS:​
-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:
-LIEN_MANPAGE:​http://​manpages.ubuntu.com/​manpages/​jaunty/​fr/​man1/​more.1.html +LIEN_MANPAGE:​
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​man1/​less.1.html +
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​man1/​ps.1.html +
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​man8/​useradd.8.html +
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​man8/​userdel.8.html +
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​man8/​usermod.8.html +
-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://​manpages.ubuntu.com/​manpages/​jaunty/​en/​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: LIEN_FORUM:
  
  • utilisateurs/aldian/participer_portail_lignes_commandes.1249969017.txt.gz
  • Dernière modification: Le 18/04/2011, 14:43
  • (modification externe)