Dear all,
We meet a problem when we try to use sudo command in crosh shell.
chronos@localhost:/$ sudo
effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
But when we use ssh to connect localhost through crosh shell, it can work correctly.
chronos@localhost:$/ ssh chronos@localhost
chronos@localhost:~$ sudo
Usage: sudo -h | -K | -k | -V
.....................
Does anyone can provide some suggestion about how to resolve this problem?
What is reason about this problem?
Thanks.
A.B.