su: Authentication failure问题
做题需要挂载文件是遇到的一个问题:su命令不能切换root,提示su: Authentication failure,只要你sudo passwd root过一次之后,下次再su的时候只要输入密码就可以成功登录了(base) pwn@ubuntu:~/Desktop/test$ mount abc findmemount: only root can do that(base) pwn@ubunt
·
做题需要挂载文件是遇到的一个问题:
su命令不能切换root,提示su: Authentication failure,只要你sudo passwd root过一次之后,下次再su的时候只要输入密码就可以成功登录了
(base) pwn@ubuntu:~/Desktop/test$ mount abc findme
mount: only root can do that
(base) pwn@ubuntu:~/Desktop/test$ conda activate pwn
(pwn) pwn@ubuntu:~/Desktop/test$ mount abc findme
mount: only root can do that
(pwn) pwn@ubuntu:~/Desktop/test$ su root
Password:
su: Authentication failure
(pwn) pwn@ubuntu:~/Desktop/test$ sudo passwd root
[sudo] password for pwn:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
(pwn) pwn@ubuntu:~/Desktop/test$ su
Password:
root@ubuntu:/home/pwn/Desktop/test#
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献8条内容
所有评论(0)