Top "Su" questions

GENERAL SU SUPPORT IS OFF-TOPIC.

su postgres: Sorry?

i have a problem with my postgreSQL setup on my new Mac OSX Lion machine. I can't seem to connect …

database postgresql console su
Running Shell commands though java code on Android?

I've got an app that's supposed to use some shell commands to copy a file from the sdcard to /system/…

java android shell exec su
What's the difference between `sudo -i -u user` and `sudo su - user`?

Both commands: sudo -i -u username sudo su - username Will log me in as username if I enter my …

bash sudo su
Root detection methodology in android which cannot be bypassed

I know that running an app which possess sensitive information on a rooted device is not secure at all. So …

android security root su
Is it possible to run a shell command as root with only the su binary and no SuperSU or Superuser apk installed?

I have an Android phone that has only su binary installed and it works, meaning I can adb shell into …

android root su
sh: parse_git_branch: command not found

I have root enabled on osx El Captain. I tried some of the solution already provided on stackoverflow and supersu …

git macos bash su
Run shell commands from android program

This question has been asked here before but the solutions provided are not working..I am trying to display the …

android permissions exec su
Read command output inside su process

firstly I will present my situation. I need to execute "su" command in my android app and it works well. …

android root su
How can I switch to the user jenkins in the middle of a ssh script?

I run ssh root@myhost "sh -x" < myremotecommands.sh where myremotecommands.sh contains: #!/bin/sh sudo su apt-get update …

ssh sudo sh su
msysGit sudo-like command

If we open msysgit as administrator, we can use it as if we were root. However, it is often easier …

windows sudo msysgit git-bash su