当前位置: 技术问答>linux和unix
开发板上如何切换到root用户
来源: 互联网 发布时间:2017-04-20
本文导语: /etc $ cat passwd root:$1$$qRPK7m23GJusamGpoGLby/:0:0::/root:/bin/sh nobody:x:500:500:nogroup:/home/nobody:/bin/sh /etc $ su BusyBox v1.1.2 (2009.03.18-12:41+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands. 板子中断命令输出如上所...
/etc $ cat passwd
root:$1$$qRPK7m23GJusamGpoGLby/:0:0::/root:/bin/sh
nobody:x:500:500:nogroup:/home/nobody:/bin/sh
/etc $ su
BusyBox v1.1.2 (2009.03.18-12:41+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
板子中断命令输出如上所示,请问如何切换到root?su命令不支持
root:$1$$qRPK7m23GJusamGpoGLby/:0:0::/root:/bin/sh
nobody:x:500:500:nogroup:/home/nobody:/bin/sh
/etc $ su
BusyBox v1.1.2 (2009.03.18-12:41+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
板子中断命令输出如上所示,请问如何切换到root?su命令不支持
|
echo $PS1
这个提示符是可以自定义的,搜索"bash 自定义提示符"了解下.
ash可能类似
|
这个一般都是在root下吧!
|
试试su -s