Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 4:32:58 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Pidof en anglais

PIDOF(8) Linux System Administrator's Manual PIDOF(8)
 
NAME


pidof -- find the process ID of a running program.
 
SYNOPSIS


pidof [-s] [-x] [-o omitpid] [-o omitpid..] program [program..]
 
DESCRIPTION


Pidof finds the process id's (pids) of the named programs. It prints those id's on the standard output. This program is on some systems used in run-level change scripts, especially when the system has a System-V like rc structure. In that case these scripts are located in /etc/rc?.d, where ? is the runlevel. If the system has a start-stop- daemon (8) program that should be used instead.
 
OPTIONS


-s Single shot - this instructs the program to only return one pid. -x Scripts too - this causes the program to also return process id's of shells running the named scripts. -o omitpid Tells pidof to omit processes with that process id. The special pid %PPID can be used to name the parent process of the pidof program, in other words the calling shell or shell script.
 
EXIT STATUS


0 At least one program was found with the requested name. 1 No program was found with the requested name.
 
NOTES


pidof is actually the same program as killall5; the program behaves according to the name under which it is called. When pidof is invoked with a full pathname to the program it should find the pid of, it is reasonably safe. Otherwise it is possible that it returns pids of running programs that happen to have the same name as the program you're after but are actually other programs.
 
SEE ALSO


shutdown(8), init(8), halt(8), reboot(8), killall5(8)
 
AUTHOR


Miquel van Smoorenburg, miquels@cistron.nl 01 Sep 1998 PIDOF(8)


 Dernières recherches
Man  en anglais Man pidof en anglaisMan  en français Man pidof en français
Man  en anglais Man pg en anglaisMan  en français Man pg en français
Man  en anglais Man pfifo_fast en anglaisMan  en français Man pfifo_fast en français
Man  en anglais Man pfifo en anglaisMan  en français Man pfifo en français
Man  en anglais Man personality en anglaisMan  en français Man personality en français
Man  en anglais Man perl en anglaisMan  en français Man perl en français
Man  en anglais Man pcrepattern en anglaisMan  en français Man pcrepattern en français
Man  en anglais Man pcre_table en anglaisMan  en français Man pcre_table en français
Man  en anglais Man pcre en anglaisMan  en français Man pcre en français
Man  en anglais Man pclose en anglaisMan  en français Man pclose en français
Man  en anglais Man pcilib en anglaisMan  en français Man pcilib en français
Man  en anglais Man pciconfig_write en anglaisMan  en français Man pciconfig_write en français
Man  en anglais Man pciconfig_read en anglaisMan  en français Man pciconfig_read en français
Man  en anglais Man pciconfig_iobase en anglaisMan  en français Man pciconfig_iobase en français
Man  en anglais Man patch en anglaisMan  en français Man patch en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher