An open API service indexing awesome lists of open source software.

https://github.com/thecoder93/imrootubu

This little script allows you to get root permissions on Ubuntu for all non-root users
https://github.com/thecoder93/imrootubu

Last synced: 2 months ago
JSON representation

This little script allows you to get root permissions on Ubuntu for all non-root users

Awesome Lists containing this project

README

          

Imrootubu
=========

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.

## Usage(Eng):

1. Start ubuntu in recovery mode (Hold down the Shift key before you start Ubuntu)
2. Select recovery mode and then root.
3. We root.
4. Run the script as follows: `./imrootubu.sh`
5. Reboot.
6. Log in as a non-privileged user and run `sudo-s`
7. Enter the user password.
8. We got root permissions :)

## Usage(Ita):

1. Avviare Ubuntu in modalità recovery (Tieni premuto il tasto Shift prima che parta Ubuntu).
2. Selezionare recovery mode e poi root.
3. Siamo root.
4. Lanciare lo script così: `./imrootubu.sh`
5. Riavviare.
6. Accedere come utente non privilegiato e eseguire `sudo -s`
7. Inserire la password utente.
8. Abbiamo ottenuto i permessi di root :)

Hanslukas