Top "Root" questions

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

phpMyAdmin - can't connect - invalid setings - ever since I added a root password - locked out

I run XAMPP, a few days back i had set up a password for the root password through phpmyadmin I …

mysql phpmyadmin root
Determine if running on a rooted device

My app has a certain piece of functionality that will only work on a device where root is available. Rather …

android root
Root user/sudo equivalent in Cygwin?

I'm trying to run a bash script in Cygwin. I get Must run as root, i.e. sudo ./scriptname errors. …

bash cygwin root sudo
A terminal command for a rooted Android to remount /System as read/write

I'm writing an android app that needs to copy a file to the "/system" partition at runtime. I've got the …

android system root mount
adb remount permission denied, but able to access super user in shell -- android

so, i'm trying to push some files to /system on android device (zte) I've rooted, connected with ADB, adb remount …

android shell permissions adb root
vagrant login as root by default

Problem: frequently the first command I type to my boxes is su -. Question: how do I make vagrant ssh …

login ssh vagrant root
How to parse a String containing XML in Java and retrieve the value of the root node?

I have XML in the form of a String that contains <message>HELLO!</message> How can …

java xml root
Android: adbd cannot run as root in production builds

I have an Android-based phone (2.3.6) with unlocked root privileges. Since i'd like to have access to my phone through my …

android adb root
Viewing root access files/folders of android on windows

I'm trying to view the files and folders at root level on an android device using USB Debugging mode and …

android root file-transfer
Document Root PHP

Just to confirm, is using: $_SERVER["DOCUMENT_ROOT"] the same as using: / in HTML. Eg. If current document is: folder/…

php html root