pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
8a51e0f5b8
commit
5257568887
@@ -1,7 +1,7 @@
|
||||
# devfsadm
|
||||
|
||||
> Commande d'administration pour `/dev`. Maintient le `/dev` espace de noms.
|
||||
> Plus d'information : <https://www.unix.com/man-page/sunos/1m/devfsadm>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/sunos/1m/devfsadm>.
|
||||
|
||||
- Rechercher de nouveaux disques :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# prctl
|
||||
|
||||
> Obtenir ou définir les contrôles de ressources des processus, tâches et projets en cours d'exécution.
|
||||
> Plus d'information : <https://www.unix.com/man-page/sunos/1/prctl>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/sunos/1/prctl>.
|
||||
|
||||
- Examiner les limites et les autorisations des processus :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# prstat
|
||||
|
||||
> Signaler les statistiques de processus actifs.
|
||||
> Plus d'information : <https://www.unix.com/man-page/sunos/1m/prstat>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/sunos/1m/prstat>.
|
||||
|
||||
- Examinez tous les processus et rapportez les statistiques triées par utilisation du processeur :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Renifleur de paquets réseau.
|
||||
> Équivalent SunOS de tcpdump.
|
||||
> Plus d'information : <https://www.unix.com/man-page/sunos/1m/snoop>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/sunos/1m/snoop>.
|
||||
|
||||
- Capturer des paquets sur une interface réseau spécifique :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# svcadm
|
||||
|
||||
> Manipuler les instances de service.
|
||||
> Plus d'information : <https://www.unix.com/man-page/linux/1m/svcadm>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/linux/1m/svcadm>.
|
||||
|
||||
- Activer un service dans la base de données de service:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# svcs
|
||||
|
||||
> Répertorier les informations sur les services en cours d'exécution.
|
||||
> Plus d'information : <https://www.unix.com/man-page/linux/1/svcs>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/linux/1/svcs>.
|
||||
|
||||
- Lister tous les services en cours d'exécution :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Outil de dépannage pour tracer les appels système.
|
||||
> Équivalent SunOS de strace.
|
||||
> Plus d'information : <https://www.unix.com/man-page/linux/1/truss>.
|
||||
> Plus d'informations : <https://www.unix.com/man-page/linux/1/truss>.
|
||||
|
||||
- Commencez à tracer un programme en l'exécutant, en suivant tous les processus enfants :
|
||||
|
||||
|
Reference in New Issue
Block a user