Hi ,

[root@www chroot]# chroot /var/tmp/chroot
bash: chroot: command not found
[root@www chroot]# ls -al /usr/bin/ | grep chroot
[root@www chroot]# which chroot
/usr/bin/which: no chroot in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bn:/bin:/usr/bin)

What should I do to install chroot (this is a CentOS 5.4) ?

Thanks