登录进去,然后想挂载ubuntu的nfs目录,命令显示需要sudo才行,
然后sudo就出现了如图的东西,想切换到root目录,显示没有root用户。
这种情况该怎么挂载呢,
搜索sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set,按照网上改了一大推还是不行。
permitted by applicable law.
cat@lubancat:~$ sudo mount -t nfs 192.168.3.18:/home/ll/nfs /mnt
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
cat@lubancat:~$ su root
Password:
su: Authentication failure
cat@lubancat:~$
嗯嗯,现在用6.8号的也是一样的
debian@npi:~$ su -
Password:
su: cannot set groups: Operation not permitted
debian@npi:~$ su root
Password:
su: cannot set groups: Operation not permitted