This little script allows you to get root permissions on Ubuntu for all non-root users. CAUTION: If there is a root password for recovery mode, this script does not work.
Questo piccolo script consente di ottenere i permessi di root su ubuntu per tutti gli utenti non root. ATTENZIONE: Se è prevista una password root per la recovery mode, questo script non funziona.
- Start ubuntu in recovery mode (Hold down the Shift key before you start Ubuntu)
- Select recovery mode and then root.
- We root.
- Run the script as follows:
./imrootubu.sh - Reboot.
- Log in as a non-privileged user and run
sudo-s - Enter the user password.
- We got root permissions :)
- Avviare Ubuntu in modalità recovery (Tieni premuto il tasto Shift prima che parta Ubuntu).
- Selezionare recovery mode e poi root.
- Siamo root.
- Lanciare lo script così:
./imrootubu.sh - Riavviare.
- Accedere come utente non privilegiato e eseguire
sudo -s - Inserire la password utente.
- Abbiamo ottenuto i permessi di root :)
Hanslukas