viernes, 22 de julio de 2011

COMO INCIAR SESION

Puppy por defecto arranca directamente en la cuenta de root sin necesidad de intervención de este usuario. If for some reason you want Puppy to stop require a login and password, this very simple (simplistic?) post shows you how to do it. Si por alguna razón desea dejar de cachorros requieren un login y password, esta muy simple (simple?) Post le muestra cómo hacerlo.

Here is the default /etc/inittab file: Aquí está el fichero / etc / inittab:

Code: Código:
::sysinit:/etc/rc.d/rc.sysinit :: Sysinit: / etc / rc.d / rc.sysinit
tty1::respawn:/sbin/getty -n -l /bin/autologinroot 38400 tty1 tty1:: respawn: / sbin / getty-n-l / bin / autologinroot 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2 tty2:: respawn: / sbin / getty 38400 tty2
::ctrlaltdel:/sbin/reboot :: Ctrlaltdel: / sbin / reboot



Here is the modified /etc/inittab file, changes on line 2 only: Aquí los cambios modificados archivo / etc / inittab, en la línea 2 sólo:

Code: Código:
::sysinit:/etc/rc.d/rc.sysinit :: Sysinit: / etc / rc.d / rc.sysinit
tty1::respawn:/sbin/getty 38400 tty1 tty1:: respawn: / sbin / getty 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2 tty2:: respawn: / sbin / getty 38400 tty2
::ctrlaltdel:/sbin/reboot :: Ctrlaltdel: / sbin / reboot



After changing inittab, on the next boot, Puppy will stop and require a login.
Después de cambiar inittab, en el siguiente arranque, Puppy se detendrá y requieren un inicio de sesión. Login as root :) Inicie una sesión como root:)

Then it asks for the password, if no password has been set, just hit the enter key. Luego se pide la contraseña, si no se ha establecido la contraseña, simplemente pulse la tecla Enter. If a password has been set, enter the password, then hit the enter key. Si la contraseña ha sido establecido, introduzca la contraseña, y luego presionar la tecla enter.

To set and change the password, on the command line do this: Para configurar y cambiar la contraseña, en la línea de comandos haga lo siguiente:

# passwd root Root # passwd

No hay comentarios:

Publicar un comentario