Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:passwd [2011/06/16 12:35] – Guy | wiki:passwd [2012/08/29 08:06] (current) – [Tinycore Passwords] fixed typo kennedywalker | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| If you want to prevent other people from logging into your computer, you can add passwords to Tinycore. | If you want to prevent other people from logging into your computer, you can add passwords to Tinycore. | ||
| - | If you are using the Extlinux bootloader, another option | + | If you are using the Extlinux bootloader, another option |
| see [[extlinux_passwd|Extlinux Passwords]]. | see [[extlinux_passwd|Extlinux Passwords]]. | ||
| Line 15: | Line 15: | ||
| < | < | ||
| + | |||
| + | The procedure described above stores the password using 8-byte parity, so the password will be 8 characters long, i.e. " | ||
| + | Use " | ||
| + | (see http:// | ||
| ==== Save Passwords using Backup ==== | ==== Save Passwords using Backup ==== | ||
| Line 36: | Line 40: | ||
| < | < | ||
| sudo cp /opt/shadow / | sudo cp /opt/shadow / | ||
| + | |||
| + | Note that this will apply group staff and mode g+w to /opt/shadow on each boot, as it's the case with every file in /opt. | ||
| ==== Use Password to Log In ==== | ==== Use Password to Log In ==== | ||