Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使 bash 成为 Android 终端模拟器中“root”用户的默认 shell?我可以在设置中更改初始命令,但是当我使用“su”成为 root 时,我又回到了 sh。
我刚刚所做的是移动/system/bin/sh到/system/bin/sh_old并链接/system/xbin/bash到/system/bin/sh. 似乎为我工作。我唯一要做的就是设置我的自定义提示。
/system/bin/sh
/system/bin/sh_old
/system/xbin/bash
当然,如果您的 bash 不在 xbin 中,请使用适当的目录;)