Android基于Linux,并在下面有一个Linux内核。有没有办法,我可以使用shell命令并与Linux系统直接交互?例如。一个可以访问Linux系统的shell应用程序?
Android基于Linux,并在下面有一个Linux内核。有没有办法,我可以使用shell命令并与Linux系统直接交互?例如。一个可以访问Linux系统的shell应用程序?
Android is based on Linux and has a Linux kernel underneath. Is there any way I can use shell commands and interact directly with the Linux system? E.g. A shell app that has access to the Linux system?
是,
签出应用程序 Better Terminal
或 Android Terminal Emulator
都是从1.5
Yes there is,
Check out the application Better Terminal
or Android Terminal Emulator
both are support from 1.5
如果您有一个无线网络设置,我可以推荐通过SSH连接。它允许您在几分钟内访问和全管理您的Android。 对于Linux或Putty用户,除了一些特定的Android命令之外,使用SSH的标准终端对标准终端没有区别。此外,诸如Nautilus等一些文件管理器支持SSH协议,因此您将具有shell的灵活性,另外使用图形文件管理器的文件操作的舒适性。我喜欢SSH那么多,我已经写了一个关于Android的小写(德语)。我知道,它可能无法完全适用于您的问题,但在使用额外的计算机和Android手机时可以考虑。
易于使用的ssh服务器是 SSH DROID ,在Google Market中提供。
If you have a wireless network set up I can recommend to connect via SSH. It allows you to access and fully manage your Android in a few minutes. For Linux or Putty users there is no difference to a standard terminal using SSH besides some specific Android commands. Moreover, some file managers such as Nautilus support the SSH protocol so you will have the flexibility of a shell and additionally the comfort for file operations using a graphical file manager. I liked SSH so much that I have written a small how-to for Android (in German). I know, it might not fully apply to your question but can be considered while working with an additional computer and an Android phone.
An easy to use SSH server is SSH Droid, available in the Google market.
最近我有类似的要求,我找到了' busybox '实用程序。终端仿真器应用程序非常有用,但那些支持很少的命令。但是'BusyBox'让我访问了大多数通常使用的Linux命令。
这里是我如何使用它。
Recently I had similar requirement, and I found 'busybox' utility. The terminal emulator apps are useful however those support very few commands. However 'busybox' gave me access to most of the generally used Linux commands.
Here is how I used it.
android
The Scripting Layer for Android also includes a shell.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有