Top "Root" questions

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

Launch a script as root through ADB

I have created a script to mount partitions and do some stuff in my Android system. I saved the script …

android shell root adb
How to uninstall an android app from command line on the device

I can uninstall an app on the device from my computer using adb uninstall <package_name>, but I'd …

android command-line root uninstallation
Android: How to get kernel logs after kernel panic?

I am using an Android Custom ROM on my device, also with a custom boot.img (custom kernel + cmdline + ramdisk). …

android linux-kernel root logging panic
Run shell command in jenkins as root user?

I have recently started using Jenkins for integration. All was well until I was running jobs on master node without …

linux shell jenkins root
How do I redirect to root - public/index.html?

I wish to do a redirection to index.html in my application/public folder. def get_current_user @current_user = …

ruby-on-rails path redirect root
How can I get root permissions through the Android SDK?

I'm learning Android programming, and I want to make an application which has to run as root. The logical thing …

android sdk permissions manifest root
ANDROID: How to gain root access in an Android application?

I'm developing my first Android application, and I'm curious if there are any "standard" ways for executing privileged shell commands. …

java android root
Can't reset root password with --skip-grant-tables on ubuntu 16

I am trying to reset the root password following MysqlPasswordReset but when I try to start the server with --skip-grant-tables …

mysql ubuntu ubuntu-16.04 root change-password
root path doesn't work with php include

/ in the beginning of a link to get to the root folder doesn't work in php include. for example "/example/…

php path include root
How to rename root key in JSON serialization with Jackson

I am using Jackson for JSON serialization of a list of objects. Here is what I get: {"ArrayList":[{"id":1,"name":"…

java json jackson root