Users Guide
Ejemplo de /etc/inittab modificado:
______________________________________________________________
#
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level. (Este archivo
#describelamaneraenlaqueelprocesoINITdeberá
#configurarelsistemaenunniveldeejecucióndeterminado.
#
SKIP this part of file
# Run gettys in standard runlevels(Ejecutargettysenlosnivelesdeejecuciónestándares)
1:2345:respawn:/sbin/migetty tty1
2:2345:respawn:/sbin/migetty tty1
3:2345:respawn:/sbin/migetty tty1
4:2345:respawn:/sbin/migetty tty1
5:2345:respawn:/sbin/migetty tty1
6:2345:respawn:/sbin/migetty tty1
7:2345:respawn:/sbin/agetty -h ttyS0 115200 vt220
# Run xdm in runlevel 5(Ejecutarxdmenelniveldeejecución5)
x:5:respawn:/etc/X11/prefdm -nodaemon
______________________________________________________________
2. Edite el archivo /etc/securettyparapermitirquelosusuariosiniciensesióncomorootatravésdelaconsolaSOL.Agreguelasiguientelíneadespués
de consola:
ttyS0
Ejemplo original de /etc/securetty:
______________________________________________________________
consola
vc/1
vc/2
vc/3
vc/4
OMITIR el resto del archivo
______________________________________________________________
Ejemplo de /etc/securetty modificado:
______________________________________________________________
Consola
ttyS0
vc/1
vc/2
vc/3