( hbalazs | 2007. 10. 29., h – 20:04 )

Alakul, de még nem az igaz!

A sudoers file-om:
-------------------------------------
# Cmnd alias specification
Cmnd_Alias CHROOT_CMD=/usr/sbin/chroot

# User privilege specification
root ALL=(ALL) ALL
%sudo ALL = NOPASSWD: CHROOT_CMD
-------------------------------------
A user benne van a sudo csoportban.
Ennek ellenére nem találja a chroot parancsot.

$ sudo chroot /chroot-system
sudo: chroot: command not found

Mi lehet a gond?