问题
xp@ubuntu:~/work/code/f-stack/f-stack/lib$ sudo su
Cannot execute /bin/bash/: Not a directory
解决方法
sudo vim /etc/passwd
把root:x:0:0:root:/root:/bin/bash/
改成root:x:0:0:root:/root:/bin/bash
问题
xp@ubuntu:~/work/code/f-stack/f-stack/lib$ sudo su
Cannot execute /bin/bash/: Not a directory
解决方法
sudo vim /etc/passwd
把root:x:0:0:root:/root:/bin/bash/
改成root:x:0:0:root:/root:/bin/bash