Sign in with
Sign up | Sign in
Your question

Can Android run the Unix/ Linux Command Line/ Shell?

Tags:
  • Linux
  • Unix
  • Shell
  • Android
  • Command Line
Last response: in Linux/Free BSD
Share
July 10, 2014 3:57:41 PM

Hello, my question may seem a little off topic from general Unix/ Linux. But I recently learned that Android is Linux based. I would like to know if I can run the shell because I am learning to program my Raspberry Pi computer and I want to know if I will be able to interface it with an android phone. I have a phone upgrade in a couple of months and being able to communicate with the Pi is a deciding factor.

More about : android run unix linux command line shell

July 10, 2014 4:09:26 PM

It really depends on the phone/tablet and how far you want to go. Look in the xda forums http://forum.xda-developers.com/

Look up you phone and see if they have what you are looking for...
m
0
l
a b 5 Linux
July 10, 2014 4:14:00 PM

Android, while running the Linux kernel, Does not contain the GNU user land
This means you do not have access to the standard set of tools available in most linux distrobutions like Ubuntu or Debian.
https://www.gnu.org/philosophy/android-and-users-freedo...

Instead most Android devices provide BusyBox, which replaces *most* common utilities.
http://www.busybox.net/about.html

There are lots of terminal Emulators that interface with BusyBox.
https://play.google.com/store/search?q=terminal%20emula...

and ssh clients to interface with the rpi (or any other pc with an ssh server running)
https://play.google.com/store/search?q=ssh%20client&c=a...
m
0
l
!