Hola Julio.
Sols una cosa, se m'havia oblidat.
Quan edites GRUB, per iniciar el sistema en mode single cal que poses la paraula single al final de la línia del kernel.
Exemple:
To boot into single user
mode you edit the boot instructions for the GRUB menu entry you wish to boot and add the kernel parameter/option single
. Brief instructions for how to do this are below.
- Select (highlight) the GRUB boot menu entry you wish to use.
- Press e to edit the GRUB boot commands for the selected boot menu entry.
-
Look near the bottom of the list of commands for lines similar to
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=bc6f8146-1523-46a6-8b\
6a-64b819ccf2b7 ro quiet splash
initrd /boot/initrd.img-3.2.0-24-generic
-
Add Change the middle line in (3) by adding the kernel boot parameter single
afterto the end of the line (i.e. after ro quiet splash
on the line).
For this example you would change
6a-64b819ccf2b7 ro quiet splash
to
6a-64b819ccf2b7 ro quiet splash single
-
Press either Ctrl+X or F10 to boot using these kernel options.
Note: These changes are not persistent. Any change to the kernel boot options made this way will only affect the next boot and only if you start that boot by pressing either Ctrl+X or F10 while still in GRUB edit mode.
Pres d'aquest fil.
Iniciaràs els sistema amb l'usuari root, si tens algun problema sols cal canviar la contrasenya de l'usuari que vols, per exemple:
$ sudo -s
$ passwd lliurex
En qualsevol cas no és l'únic procediment, ací tens un altre també ben senzill.
http://www.muylinux.com/2009/07/28/como-recuperar-la-contrasena-de-root
En aquest punt ens podriem preguntar: què fàcil és canviar la contrasenya d'administrador, no podria ésser això un punt feble d'aquests sistemes?
Doncs, cal tenir en compte que per tal de canviar aquesta contrasenya cal accedir a la màquina física i reiniciar-la. Una vegada canviada la contrasenya l'administrador del sistema es donaria compte.
És per això que té sentit deixar els servidors, sempre que es puga, en lloc segur sota, clau i no a l'abast de tots perquè amb el temps algú podria seguir aquest procedimient i tindriem tot el sistema compromés.
Salut
----------------------------
«Quan l'objectiu et parega difícil,
no canvies d'objectiu;
busca un nou camí per arribar a ell.»
— Confucio