Top "Root" questions

On Unix-like systems, a special user account used for system administration.

How to run adb push as root?

I want to use adb pull to pull a db file from Nexus 7 to PC. My nexus 7 has been rooted. …

android adb root pull
Return the root directory of Delphi executable

I have a Delphi application executing and when I call GetCurrentDir the following returns: C:\dev\w32\2015\BCSLBDemo\Win32\Debug …

delphi directory root delphi-xe8
Using Robocopy to exclude a file extension from the root directory

I have a directory that I want to copy to another directory using Robocopy.exe. My plan is to exclude …

directory root robocopy
iPhone - Replacing rootview in navigation controller

I have a project with a NavigationController, that contains into IB the first ViewController to show. That's just the default …

iphone uinavigationcontroller replace root
How to install java locally - no root - on linux, if possible?

I need java 1.7 and server has only got 1.6. I have no root privileges. I tried to google out something but …

java linux root
Calculating nth root in Java using power method

I was trying to get a cubic root in java using Math.pow(n, 1.0/3) but because it divides doubles, it …

java math double decimal root
Install Android APK without prompt

We are writing an Android app that shows ads on large screens. We have a backend where advertisers can select …

android installation root
Dropping root privileges

I have a daemon which gets started as root (so it can bind to low ports). After initialisation I'd very …

c unix root
Run a linux system command as a superuser, using a python script

I have got postfix installed on my machine and I am updating virtual_alias on the fly programmatically(using python)(…

python linux sysadmin sudo root
Running Pycharm as root from launcher

How is it possible to run Pycharm from the launcher with root privileges? I can do that from the terminal …

linux ubuntu pycharm root sudo