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: Sun Feb 12 8:16:49 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 Ioperm en anglais

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


ioperm - set port input/output permissions
 
SYNOPSIS


#include /* for libc5 */ #include /* for glibc */ int ioperm(unsigned long from, unsigned long num, int turn_on);
 
DESCRIPTION


ioperm() sets the port access permission bits for the calling process for num bytes starting from port address from to the value turn_on. If turn_on is non-zero, the calling process must be privileged (CAP_SYS_RAWIO). Only the first 0x3ff I/O ports can be specified in this manner. For more ports, the iopl(2) system call must be used. Permissions are not inherited by the child created by fork(2). Permis- sions are preserved across execve(2); this is useful for giving port access permissions to non-privileged programs. This call is mostly for the i386 architecture. On many other architec- tures it does not exist or will always return an error.
 
RETURN VALUE


On success, zero is returned. On error, -1 is returned, and errno is set appropriately.
 
ERRORS


EINVAL Invalid values for from or num. EIO (on PowerPC) This call is not supported. ENOMEM Out of memory. EPERM The calling process has insufficient privilege.
 
CONFORMING TO


ioperm() is Linux-specific and should not be used in programs intended to be portable.
 
NOTES


Libc5 treats it as a system call and has a prototype in . Glibc1 does not have a prototype. Glibc2 has a prototype both in and in . Avoid the latter, it is available on i386 only.
 
SEE ALSO


iopl(2), capabilities(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 2007-06-15 IOPERM(2)


 Dernières recherches
Man  en anglais Man ioperm en anglaisMan  en français Man ioperm en français
Man  en anglais Man ecvt_r en anglaisMan  en français Man ecvt_r en français
Man  en anglais Man ulimit en anglaisMan  en français Man ulimit en français
Man  en anglais Man strsep en anglaisMan  en français Man strsep en français
Man  en anglais Man groups en anglaisMan  en français Man groups en français
Man  en anglais Man system en anglaisMan  en français Man system en français
Man  en anglais Man wcscmp en anglaisMan  en français Man wcscmp en français
Man  en anglais Man killpg en anglaisMan  en français Man killpg en français
Man  en anglais Man getcwd en anglaisMan  en français Man getcwd en français
Man  en anglais Man setenv en anglaisMan  en français Man setenv en français
Man  en anglais Man sigvec en anglaisMan  en français Man sigvec en français
Man  en anglais Man capget en anglaisMan  en français Man capget en français
Man  en anglais Man rindex en anglaisMan  en français Man rindex en français
Man  en anglais Man strcmp en anglaisMan  en français Man strcmp en français
Man  en anglais Man strchr en anglaisMan  en français Man strchr 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