Grant and manage Superuser rights for your phone.This app requires that you already have root, or a custom recovery image to work.

Note: App and binary will have different versions. The app is updated more often than the binary is.

This app cannot be uninstalled if it was installed with your ROM or root. If there is no uninstall option, it’s because you placed it in /system/app, not me. It is impossible for an app to be installed in /system/app by the Play store. In fact, the entire /system partition is read only at runtime. The only way for an app to be placed in /system/app is via a rooting process (which usually installs Superuser), or by remounting the system partition as read/write and manually putting it there.

Support request emails that simply say “Doesn’t work” or something to that effect are automatically deleted by our stupidity filter and will not be answered.

What’s New

Download APK

Additional information

Name Superuser Package com.noshufou.android.su Version 3.1.3 Size 1.40 MB Installs 50,000,000+ downloads Developed By ChainsDD

Download from Kingo Play

Manage Superuser Access

Kingo SuperUser is a superuser access management tool for rooted Android devices. You can grant or deny root permissions, or set it to ask each time.

Remove Pre-installed Apps

Kingo SuperUser can help you to uninstall bloatware and system apps pre-intsalled by phone carrier or manufacturers, and also user apps in one click.

Multiple Settings Available

Remove root, language switch and some other functions are available in Kingo SuperUser. Feel free to set them according to your preference.

PRODUCTS
Super RootOne Click RootUniversal Android RootHTC Bootloader UnlockSONY Bootloader Unlock
MANUFACTURERS
LG RootHTC RootZTE RootVIVO RootOPPO RootHuawei RootLenovo RootAlcatel RootSamsung RootMicromax Root
ANDROID VERSIONS
Root Jelly Bean (4.1.2)Root Jelly Bean (4.2.2)Root Kitkat (4.4.2, 4.4.4)Root Lollipop (5.0.1, 5.1, 5.1.1)Root Marshmallow (6.0, 6.0.1)Root Nougat (7.0, 7.1)Root Oreo (8.0, 8.1)
WHY ROOT
Top Root AppsCustomizationSave Battery/PowerBlock/Remove AdsSpeed Up/BoostUninstall/Delete BloatwaresEasy/Effective Backup Install/Flash a Custom ROMPokemon Go
ABOUT
EULADisclaimerOpen SourcePrivacy PolicyCooperationContact UsDonate to KingoRootAbout KingoRootSitemap

Jump to navigationJump to search

In computing, the superuser is a special user account used for system administration. Depending on the operating system (OS), the actual name of this account might be root, administrator, admin or supervisor. In some cases, the actual name of the account is not the determining factor; on Unix-like systems, for example, the user with a user identifier (UID) of zero is the superuser, regardless of the name of that account;[1] and in systems which implement a role based security model, any user with the role of superuser (or its synonyms) can carry out all actions of the superuser account. The principle of least privilege recommends that most users and applications run under an ordinary account to perform their work, as a superuser account is capable of making unrestricted, potentially adverse, system-wide changes.

Unix and Unix-like[edit]

In Unix-like computer OSes (such as Linux), root is the conventional name of the user who has all rights or permissions (to all files and programs) in all modes (single- or multi-user). Alternative names include baron in BeOS and avatar on some Unix variants.[2]BSD often provides a toor («root» written backward) account in addition to a root account.[3] Regardless of the name, the superuser always has a user ID of 0. The root user can do many things an ordinary user cannot, such as changing the ownership of files and binding to network ports numbered below 1024.

The name root may have originated because root is the only user account with permission to modify the root directory of a Unix system. This directory was originally considered to be root’s home directory,[4] but the UNIX Filesystem Hierarchy Standard now recommends that root’s home be at /root.[5] The first process bootstrapped in a Unix-like system, usually called init, runs with root privileges. It spawns all other processes directly or indirectly, which inherit their parents’ privileges. Only a process running as root is allowed to change its user ID to that of another user; once it’s done so, there is no way back. Doing so is sometimes called dropping root privileges and is often done as a security measure to limit the damage from possible contamination of the process. Another case is login and other programs that ask users for credentials and in case of successful authentication allow them to run programs with privileges of their accounts.

It is often recommended that no-one use root as their normal user account,[6][7] since simple typographical errors in entering commands can cause major damage to the system. Instead, a normal user account should be used, and then either the su (substitute user) or sudo (substitute user do) command is used. The su approach requires the user to know the root password, while the sudo method requires that the user has been set up with the power to run «as root» within the /etc/sudoers file, typically indirectly by being made a member of the wheel,[8]adm,[9]admin, or sudo group.

For a number of reasons, the sudo approach is now generally preferred – for example it leaves an audit trail of who has used the command and what administrative operations they performed.[10]

Some OSes, such as macOS and some Linux distributions (most notably Ubuntu[6]), automatically give the initial user created the ability to run as root via sudo – but configure this to ask them for their password before doing administrative actions. In some cases the actual root account is disabled by default, so it can’t be directly used.[6] In mobile platform-oriented OSs such as Apple iOS and Android, superuser access is inaccessible by design, but generally the security system can be exploited in order to obtain it. In a few systems, such as Plan 9, there is no superuser at all.[11]

Microsoft Windows[edit]

In Windows NT and later systems derived from it (such as Windows 2000, Windows XP, Windows Server 2003, and Windows Vista/7/8/10), there must be at least one administrator account (Windows XP and earlier) or one able to elevate privileges to superuser (Windows Vista/7/8/10 via User Account Control).[12] In Windows XP and earlier systems, there is a built-in administrator account that remains hidden when a user administrator-equivalent account exists.[13] This built-in administrator account is created with a blank password.[13] This poses security risks as local users would be able to access the computer via the built-in administrator account if the password is left blank, so the account is disabled by default in Windows Vista and later systems due to the introduction of User Account Control (UAC).[13] Remote users are unable to access the built-in administrator account.

A Windows administrator account is not an exact analogue of the Unix root account – Administrator, the built-in administrator account, and a user administrator account have the same level of privileges. The default user account created in Windows systems is an administrator account. Unlike macOS, Linux, and Windows Vista/7/8/10 administrator accounts, administrator accounts in Windows systems without UAC do not insulate the system from most of the pitfalls of full root access. One of these pitfalls includes decreased resilience to malware infections. To avoid this and maintain optimal system security on pre-UAC Windows systems, it is recommended to simply authenticate when necessary from a standard user account, either via a password set to the built-in administrator account, or another administrator account.

In Windows Vista/7/8/10 administrator accounts, a prompt will appear to authenticate running a process with elevated privileges. Usually, no user credentials are required to authenticate the UAC prompt in administrator accounts but authenticating the UAC prompt requires entering the username and password of an administrator in standard user accounts. In Windows XP (and earlier systems) administrator accounts, authentication is not required to run a process with elevated privileges and this poses another security risk that led to the development of UAC. Users can set a process to run with elevated privileges from standard accounts by setting the process to «run as administrator» or using the «runas» command and authenticating the prompt with credentials (username and password) of an administrator account. Much of the benefit of authenticating from a standard account is negated if the administrator account’s credentials being used has a blank password (as in the built-in administrator account in Windows XP and earlier systems), hence why it is recommended to set a password for the built-in administrator account.

In Windows NT, 2000 and higher, the root user is the Administrator account.[14]

Novell NetWare[edit]

In Novell NetWare, the superuser was called «supervisor»,[15] later «admin».

OpenVMS[edit]

In OpenVMS, «SYSTEM» is the superuser account for the OS.

Older personal systems[edit]

On many older OSes on computers intended for personal and home use, anyone using the system had full privileges. Many such systems, such as DOS, did not have the concept of multiple accounts, and although others such as Windows 95 did allow multiple accounts, this was only so that each could have its own preferences profile – all users still had full administrative control over the machine.

See also[edit]

Каждому пользователю Android-устройства наверняка приходилось слышать о root-правах. Немногие владельцы смартфонов и планшетов решаются обзавестись такими правами, поскольку боятся навредить гаджету и вывести его из строя. Между тем, их преимущества невозможно переоценить, и если вы хотите иметь доступ ко всем возможностям девайса, то эта статья для вас. Вы узнаете, что такое SuperUser и чем он может быть полезен. 

SuperUser – специальное приложение для мобильной платформы Android, которое выполняет функцию посредника между root и устройством. Оно необходимо для корректной работы различных утилит в режиме root-доступа.

Как пользоваться программой?

  1. Скачайте и установите ее на свое устройство с OS Android, как и любую другую программу.
  2. SuperUser потребует наличие root-прав, а также пришлет запрос на доступ к режиму Суперпользователя. Выберите вариант «Разрешить». Читайте о том, как получить root-права.
  3. Запустите утилиту, чтобы увидеть список приложений, которые располагают администраторскими правами. Если вы хотите запретить определенному приложению использовать root, примените эту функцию

Преимущества СуперЮзер

  • Управление root-правами;
  • Получение сведений о программах;
  • Подробная информация об использовании root конкретными приложениями;
  • Возможность разрешать/запрещать приложениям доступ к root.

Важно помнить, что SuperUser само по себе не предоставляет пользователю права администратора – оно является лишь графической оболочкой для них и без предварительно полученных прав не работает.

Active16 Bountied Hot Week Month 1 vote 2 answers 390 views

Foobar how to change metadata

answered 14 mins agomusic1 1 vote 1 answer 2k views

“Error 1059: Circular service dependency was specified.” except there isn't

modified 19 mins agoCommunity1 4 votes 2 answers 2k views

Hamachi network problem in virtual machine

modified 19 mins agoCommunity1 votes 2 answers 96 views

Copy files from foobar playlist to other location

answered 19 mins agomusic1 votes 1 answer 6 views

PDF thumbnails not showing for all files

answered 20 mins agoDrMoishe Pippik12.6k 1 vote 1 answer 15 views

SSH Permission denied when subnet is /31

modified 22 mins agoJakeGould37.2k votes answers 5 views

Microsoft Task Scheduler's: Schtasks.exe unable to register new task in Arabic OS (locale)

asked 43 mins agoJoe1 votes 1 answer 14 views

How to batch split images using Image Magick

answered 56 mins agosomebadhat322 4 votes 2 answers 18k views

Intermittantly can't edit Excel cell

answered 58 mins agoblacktusk1 votes answers 7 views

Windows 7 not receiving Bluetooth files from another PC despite “Receive File” dialog being open

modified 1 hour agoJakeGould37.2k 1 vote 1 answer 2k views

Windows 10 Disable Welcome Screen

modified 1 hour agoCommunity1 votes 1 answer 2k views

Windows 8 HP laptop is stuck on mute

modified 1 hour agoCommunity1 votes answers 3 views

Generate Excel data list from complex matrix

asked 1 hour agoFreakMonster1 votes answers 9 views

Skype test call ok but can't be heard on other side

modified 1 hour agoKeltari56.3k Browse more Questions

ОСТАВЬТЕ ОТВЕТ

Please enter your name here
Please enter your comment!