用通常的su -方式是不行的:
$ su - Password: ***** su: Authentication failure
换成sudo -s就可以了:
$ sudo -s [sudo] password for amonest: # whoami //已经变成了root提示符 root