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

Indiquez la fonction :

Man Sd en anglais

SD(4) Linux Programmer's Manual SD(4)
 
NAME


sd - Driver for SCSI Disk Drives
 
SYNOPSIS


#include /* for HDIO_GETGEO */ #include /* for BLKGETSIZE and BLKRRPART */
 
CONFIGURATION


The block device name has the following form: sdlp, where l is a letter denoting the physical drive, and p is a number denoting the partition on that physical drive. Often, the partition number, p, will be left off when the device corresponds to the whole drive. SCSI disks have a major device number of 8, and a minor device number of the form (16 * drive_number) + partition_number, where drive_number is the number of the physical drive in order of detection, and parti- tion_number is as follows: partition 0 is the whole drive partitions 1-4 are the DOS "primary" partitions partitions 5-8 are the DOS "extended" (or "logical") partitions For example, /dev/sda will have major 8, minor 0, and will refer to all of the first SCSI drive in the system; and /dev/sdb3 will have major 8, minor 19, and will refer to the third DOS "primary" partition on the second SCSI drive in the system. At this time, only block devices are provided. Raw devices have not yet been implemented.
 
DESCRIPTION


The following ioctls are provided: HDIO_GETGEO Returns the BIOS disk parameters in the following structure: struct hd_geometry { unsigned char heads; unsigned char sectors; unsigned short cylinders; unsigned long start; }; A pointer to this structure is passed as the ioctl(2) parameter. The information returned in the parameter is the disk geometry of the drive as understood by DOS! This geometry is not the physical geometry of the drive. It is used when constructing the drive's partition table, however, and is needed for conve- nient operation of fdisk(1), efdisk(1), and lilo(1). If the geometry information is not available, zero will be returned for all of the parameters.
 
BLKGETSIZE


Returns the device size in sectors. The ioctl(2) parameter should be a pointer to a long.
 
BLKRRPART


Forces a re-read of the SCSI disk partition tables. No parame- ter is needed. The scsi(4) ioctl(2) operations are also supported. If the ioctl(2) parameter is required, and it is NULL, then ioctl(2) will fail with the error EINVAL.
 
FILES


/dev/sd[a-h]: the whole device /dev/sd[a-h][0-8]: individual block partitions
 
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 1992-12-17 SD(4)


 Dernières recherches
Man  en anglais Man sd en anglaisMan  en français Man sd en français
Man  en anglais Man mt en anglaisMan  en français Man mt en français
Man  en anglais Man vi en anglaisMan  en français Man vi en français
Man  en anglais Man gs en anglaisMan  en français Man gs en français
Man  en anglais Man nm en anglaisMan  en français Man nm en français
Man  en anglais Man setlogmask en anglaisMan  en français Man setlogmask en français
Man  en anglais Man pr en anglaisMan  en français Man pr en français
Man  en anglais Man sem_overview en anglaisMan  en français Man sem_overview en français
Man  en anglais Man fgrep en anglaisMan  en français Man fgrep en français
Man  en anglais Man nearbyint en anglaisMan  en français Man nearbyint en français
Man  en anglais Man od en anglaisMan  en français Man od en français
Man  en anglais Man ctime en anglaisMan  en français Man ctime en français
Man  en anglais Man w en anglaisMan  en français Man w en français
Man  en anglais Man tee en anglaisMan  en français Man tee en français
Man  en anglais Man strsignal en anglaisMan  en français Man strsignal 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