[root@ok ~]# vim /etc/pam.d/su
下面是/etc/pam.d/su文件的内容
#%PAM-1.0
auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the wheel group.
#auth sufficient pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the wheel
这个问题应该是关于如何切换Linux虚拟机的root用户。答案是可以通过执行命令“su -”或“sudo su -”来切换成root用户。其中,“su -”是直接切换成root用户,而“sudo su -”需要先输入当前用户的密码,再切换成root用户。