Información del sistema Flashcards

0
Q

Mostrar la arquitectura de la máquina (2)

A

uname -m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Mostrar la arquitectura de la máquina (1)

A

arch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Mostrar la versión del kernel usado.

A

uname -r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Mostrar los componentes (hardware) del sistema.

A

dmidecode -q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mostrar las características de un disco duro.

A

hdparm -i /dev/hda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Realizar prueba de lectura en un disco duro.

A

hdparm -tT /dev/sda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mostrar información de la CPU.

A

cat /proc/cpuinfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Mostrar las interrupciones.

A

cat /proc/interrupts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Verificar el uso de la memoria.

A

cat /proc/meminfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Mostrar ficheros swap

A

cat /proc/swaps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Mostrar la versión del kernel

A

cat /proc/version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Mostar adaptadores de red y estadísticas.

A

cat /proc/net/dev

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Mostrar el sistema de ficheros montados.

A

cat /proc/mounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Mostrar los dispositivos PCI

A

ls pci -tv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Mostrar los dispositivos USB

A

ls usb -tv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Mostar la fecha del sistema

A

date

16
Q

Mostrar el almanaque de 2011

A

cal 2011

17
Q

Mostrar el almanaque para el mes de julio de 2011

A

cal 07 2011

18
Q

Si se cambia la fecha con date, se guardan los cambios en la BIOS con:

A

clock -w