Tagged Questions
28
votes
3answers
2k views
What are the differences between sudo, su, visudo, chroot, and gksu?
What are the differences between sudo, su, visudo, chroot, and gksu ?
0
votes
0answers
166 views
Sudo password doesn't work on Fat Client but works fine on Server
I have a user (say xyz) who is part of the admin and adm group and sudo group.
I can use Sudo when on the server but when I log into the fat clients connected to the server sudo password doesn't ...
2
votes
4answers
1k views
Why does the sudo command not work in chroot?
I just installed a 32-bit chroot to run on my 64-bit system. In the chroot environment, the sudo command doesn't work, it says
sudo: command not found
Also, when I try the su root command, my ...