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 7:38:52 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 Rt_sigprocmask en anglais

SIGPROCMASK(2) Linux Programmer's Manual SIGPROCMASK(2)
 
NAME


sigprocmask - examine and change blocked signals
 
SYNOPSIS


#include int sigprocmask(int how, const sigset_t *set, sigset_t *oldset);
 
DESCRIPTION


sigprocmask() is used to change the signal mask, the set of currently blocked signals. The behavior of the call is dependent on the value of how, as follows. SIG_BLOCK The set of blocked signals is the union of the current set and the set argument. SIG_UNBLOCK The signals in set are removed from the current set of blocked signals. It is permissible to attempt to unblock a signal which is not blocked. SIG_SETMASK The set of blocked signals is set to the argument set. If oldset is non-null, the previous value of the signal mask is stored in oldset. If set is NULL, then the signal mask is unchanged (i.e., how is ignored), but the current value of the signal mask is nevertheless returned in oldset (it is not NULL). The use of sigprocmask() is unspecified in a multithreaded process; see pthread_sigmask(3).
 
RETURN VALUE


sigprocmask() returns 0 on success and -1 on error.
 
ERRORS


EINVAL The value specified in how was invalid.
 
CONFORMING TO


POSIX.1-2001.
 
NOTES


It is not possible to block SIGKILL or SIGSTOP. Attempts to do so are silently ignored. If SIGBUS, SIGFPE, SIGILL, or SIGSEGV are generated while they are blocked, the result is undefined, unless the signal was generated by the kill(2), sigqueue(2), or raise(3). See sigsetops(3) for details on manipulating signal sets.
 
SEE ALSO


kill(2), pause(2), sigaction(2), signal(2), sigpending(2), sigqueue(2), sigsuspend(2), pthread_sigmask(3), sigsetops(3), signal(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-09-15 SIGPROCMASK(2)


 Dernières recherches
Man  en anglais Man rt_sigprocmask en anglaisMan  en français Man rt_sigprocmask en français
Man  en anglais Man rt_sigpending en anglaisMan  en français Man rt_sigpending en français
Man  en anglais Man rt_sigaction en anglaisMan  en français Man rt_sigaction en français
Man  en anglais Man rsh en anglaisMan  en français Man rsh en français
Man  en anglais Man rsautl en anglaisMan  en français Man rsautl en français
Man  en anglais Man rsa en anglaisMan  en français Man rsa en français
Man  en anglais Man rpmatch en anglaisMan  en français Man rpmatch en français
Man  en anglais Man rpcinfo en anglaisMan  en français Man rpcinfo en français
Man  en anglais Man round en anglaisMan  en français Man round en français
Man  en anglais Man rmdir en anglaisMan  en français Man rmdir en français
Man  en anglais Man rlogin en anglaisMan  en français Man rlogin en français
Man  en anglais Man rewind en anglaisMan  en français Man rewind en français
Man  en anglais Man rev en anglaisMan  en français Man rev en français
Man  en anglais Man resize_reiserfs en anglaisMan  en français Man resize_reiserfs en français
Man  en anglais Man reset en anglaisMan  en français Man reset 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