Bonjour,
serait-il possible de savoir son mot de passe root? car je l'ai oublier!
polo a écrit :
ben il y a passwd et passwd-
j'efface lequel?
polo
a écrit : be je peut pas supprimer? sous windows? marche pas ! merci quand meme
- Removed write support. If you realy want to use it set "DangerWriteSupport" = True in the registry
REGEDIT4 [HKEY_CURRENT_USER\Software\Newbigin\explore2fs] "DangerWriteSupport"="1"
chickensaver
a écrit : En utilisant explore2fs, c'est possible d'importer des fichiers ? parce que dans ce cas là, tu exportes le fichier, tu utilises la technique proposée pour debian, puis tu le réinjectes ...
8.11 I have lost my password and cannot access the system!!
The steps you need to take in order to recover from this depends on whether or not you have applied the suggested procedure for limiting access to Lilo and BIOS.
If you have limited both. You need to disable the BIOS features (only boot from hard disk) before proceeding, if you also forgot your BIOS password, you will have to open your system and manually remove the BIOS battery.
If you have bootup of CD-ROM or diskette enable, you can:
* bootup from a rescue disk and start the kernel
* go to the virtual console (Alt+F2)
* mount the hard disk where your /root is
* edit (Debian rescue disk comes with ae) /etc/shadow and change the line:
root:asdfjl290341274075:XXXX:X:XXXX:X::: (X=any number)
to:
root::XXXX:X:XXXX:X:::
If you are using LILO and have not restricted it. You can:
* Press the Alt, shift or Control key just before the system BIOS finishes, you should get the LILO prompt.
* Type 'linux single', 'linux init=/bin/sh' or 'linux 1' in the prompt.
* you should get to a shell prompt in singleuser mode
* remount read/write the / partition
mount -o remount,rw /
* change the superuser password with passwd (since you are superuser it will not ask for the previous password).