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
- Host: GitHub
- URL: https://github.com/thecoder93/imrootubu
- Owner: thecoder93
- License: gpl-3.0
- Created: 2013-11-15T18:26:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T14:16:01.000Z (over 12 years ago)
- Last Synced: 2025-01-01T10:17:30.715Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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