getting error while using "su" command getting error while using "su" command linux linux

getting error while using "su" command


In batch file it should be like this:

adb shell "su 0 <command args>"

For example:

adb shell "su 0 mount -o rw,remount /system"


The standard Android su is much simpler than its regular linux counterpart. It does not support any commands other than -c - so it's become redundant.

usage: su [UID[,GID[,GID2]...]] [COMMAND [ARG...]]