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 11:17:20 2012 from 38.107.179.228
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Sigpause en anglais

SIGPAUSE(3) Linux Programmer's Manual SIGPAUSE(3)
 
NAME


sigpause - atomically release blocked signals and wait for interrupt
 
SYNOPSIS


#include int sigpause(int sigmask); /* BSD */ int sigpause(int sig); /* System V / Unix95 */
 
DESCRIPTION


Don't use this function. Use sigsuspend(2) instead. The function sigpause() is designed to wait for some signal. It changes the process's signal mask (set of blocked signals), and then waits for a signal to arrive. Upon arrival of a signal, the original signal mask is restored.
 
RETURN VALUE


If sigpause() returns, it was interrupted by a signal and the return value is -1 with errno set to EINTR.
 
CONFORMING TO


The System V version of sigpause() is standardized in POSIX.1-2001.
 
NOTES


History The classical BSD version of this function appeared in 4.2BSD. It sets the process's signal mask to sigmask. Unix95 standardized the incom- patible System V version of this function, which removes only the spec- ified signal sig from the process's signal mask. The unfortunate situ- ation with two incompatible functions with the same name was solved by the sigsuspend(2) function, that takes a sigset_t * argument (instead of an int). Linux Notes On Linux, this routine is a system call only on the Sparc (sparc64) architecture. Libc4 and libc5 only know about the BSD version. Glibc uses the BSD version if the _BSD_SOURCE feature test macro is defined and none of _POSIX_SOURCE, _POSIX_C_SOURCE, _XOPEN_SOURCE, _GNU_SOURCE, or _SVID_SOURCE is defined. The System V version is used if _XOPEN_SOURCE is defined.
 
SEE ALSO


kill(2), sigaction(2), sigprocmask(2), sigsuspend(2), sigblock(3), sigvec(3), feature_test_macros(7)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2005-12-01 SIGPAUSE(3)


 Dernières recherches
Man  en anglais Man sigpause en anglaisMan  en français Man sigpause en français
Man  en anglais Man signalfd en anglaisMan  en français Man signalfd en français
Man  en anglais Man sigmask en anglaisMan  en français Man sigmask en français
Man  en anglais Man siglongjmp en anglaisMan  en français Man siglongjmp en français
Man  en anglais Man sigismember en anglaisMan  en français Man sigismember en français
Man  en anglais Man sigfillset en anglaisMan  en français Man sigfillset en français
Man  en anglais Man sigemptyset en anglaisMan  en français Man sigemptyset en français
Man  en anglais Man sigdelset en anglaisMan  en français Man sigdelset en français
Man  en anglais Man sigblock en anglaisMan  en français Man sigblock en français
Man  en anglais Man sigaddset en anglaisMan  en français Man sigaddset en français
Man  en anglais Man shred en anglaisMan  en français Man shred en français
Man  en anglais Man showq en anglaisMan  en français Man showq en français
Man  en anglais Man showkey en anglaisMan  en français Man showkey en français
Man  en anglais Man shm_unlink en anglaisMan  en français Man shm_unlink en français
Man  en anglais Man shm_overview en anglaisMan  en français Man shm_overview 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