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: Mon Feb 13 0:31:38 2012 from 38.107.179.227
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Siginterrupt en anglais

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


siginterrupt - allow signals to interrupt system calls
 
SYNOPSIS


#include int siginterrupt(int sig, int flag); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): siginterrupt(): _BSD_SOURCE || _XOPEN_SOURCE >= 500
 
DESCRIPTION


The siginterrupt() function changes the restart behavior when a system call is interrupted by the signal sig. If the flag argument is false (0), then system calls will be restarted if interrupted by the speci- fied signal sig. This is the default behavior in Linux. However, when a new signal handler is specified with the signal(2) function, the sys- tem call is interrupted by default. If the flag argument is true (1) and no data has been transferred, then a system call interrupted by the signal sig will return -1 and the global variable errno will be set to EINTR. If the flag argument is true (1) and data transfer has started, then the system call will be interrupted and will return the actual amount of data transferred.
 
RETURN VALUE


The siginterrupt() function returns 0 on success, or -1 if the signal number sig is invalid.
 
ERRORS


EINVAL The specified signal number is invalid.
 
CONFORMING TO


4.3BSD, POSIX.1-2001.
 
SEE ALSO


signal(2)
 
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/. 2007-07-26 SIGINTERRUPT(3)


 Dernières recherches
Man  en anglais Man siginterrupt en anglaisMan  en français Man siginterrupt en français
Man  en anglais Man posix_openpt en anglaisMan  en français Man posix_openpt en français
Man  en anglais Man udp en anglaisMan  en français Man udp en français
Man  en anglais Man raw en anglaisMan  en français Man raw en français
Man  en anglais Man pthread_once en anglaisMan  en français Man pthread_once en français
Man  en anglais Man err en anglaisMan  en français Man err en français
Man  en anglais Man brk en anglaisMan  en français Man brk en français
Man  en anglais Man dup en anglaisMan  en français Man dup en français
Man  en anglais Man pthread_kill en anglaisMan  en français Man pthread_kill en français
Man  en anglais Man zic en anglaisMan  en français Man zic en français
Man  en anglais Man sigwaitinfo en anglaisMan  en français Man sigwaitinfo en français
Man  en anglais Man ls en anglaisMan  en français Man ls en français
Man  en anglais Man rm en anglaisMan  en français Man rm en français
Man  en anglais Man wcsncasecmp en anglaisMan  en français Man wcsncasecmp en français
Man  en anglais Man df en anglaisMan  en français Man df 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