English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
El comando dmesg de Linux se utiliza para mostrar la información de arranque.
El kernel almacenará la información de arranque en el buffer de anillo. Si no puedes ver la información al arrancar, puedes usar dmesg para verla. La información de arranque también se almacena en/var/El archivo dmesg con nombre en el directorio de log.
dmesg [-cn][-s < tamaño del buffer>]
Descripción de los parámetros:
Mostrar información de inicio
# dmesg |less WARNING: terminal is not fully functional [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-21-generic (buildd@rothera) (gcc version 4.4.3 (Ub untu 4.4.3-4ubuntu5) ) #32-Ubuntu SMP Vie Abr 16 08:10:02 UTC 2010 (Ubuntu 2.6.32-21.3 2-generic 2.6.32.11+drm33.2) [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-Mapa físico de RAM proporcionado: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reservado) [ 0.000000] BIOS-e820: 00000000000ca000 - 00000000000cc000 (reservado) [ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reservado) [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reservado) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fef0000 (usable) [ 0.000000] BIOS-e820: 000000003fef0000 - 000000003feff000 (ACPI data) [ 0.000000] BIOS-e820: 000000003feff000 - 000000003ff00000 (ACPI NVS) ……omisión de contenido parte
Mostrar información de inicio
#pwd //Ver el directorio actual /home/hnlinux/ #dmesg > boot.msg //Guardar la información de inicio en el archivo boot.msg #ls //Mostrar archivos del directorio actual boot.msg