Terminal

EmjaiX

Lurker
Does anyone know any of the commands for the terminal ?
 

Hadron

Smoke me a kipper...
Loads. If you have busybox installed you can use most Unix/Linux shell commands. And rather than type a glossary, my advice would be to find a list of those on the web and try those that look like they might be useful.

Real question is, what do you want to do?
 

Hadron

Smoke me a kipper...
Well Android is based on Linux, so the terminal allows you to type Linux shell commands. There are too many of those to type a list, and you can find lists and tutorials on the web, but if there were specific things you wanted then we might be able to answer.

Out of the box Android only supports a limited subset of commands, but if you install something called busybox (there are some no-root installers in the Play Store) you can use most commands.
 

EmjaiX

Lurker
Thread starter
Well if that's the case would you happen to know the cli for user info and directory tree

I've tried a few but came back as errors
 

Hadron

Smoke me a kipper...
What do you mean by "user info"?

For listing files in a directory use the "ls" command. "ls - l" for more information about each. "ls <path>" for the content of a specific directory (whose path you supply as the argument), or "ls /" to start at the top of the filesystem.

Note that busybox is one of the first things I install, so I cannot remember what does or does not work without it.
 

Hadron

Smoke me a kipper...
Most devices only have the one user account, which is probably why the user management commands I know don't work even with busybox. I'm afraid I can't help with that.
 
Top