Page 1 of 1
Shell commands
Posted: 2014-02-19, 07:31 UTC
by Xtrician
Someone can post here useful shell commands?
Or give some information about it because i didn't find commands in the help file.
Thanks
Posted: 2014-02-19, 10:41 UTC
by ghisler(Author)
It depends on the underlying Linux what commands are present. For example, on rooted system with alternate firmwares, there is often "busybox" installed. You can Google it to find the supported commands.
Other useful commands
df shows info about free and total space
ps lists running processes
mount lists mount points
Please note:
- The command must be always sh or su. The parameter field contains the actual command.
- Put a * in front to show the info in a dialog box with option to copy to clipboard.
Posted: 2014-02-19, 11:05 UTC
by Xtrician
Thank you.