Mrexecutive wrote:
Hello Duncan,
I tried doing:
chkconfig --add sshd
but its telling me No such file or directory any idea what im doing wrong?
I am logged in as su also :(
Hi
Try specifying the full path:
/sbin/chkconfig -- add sshd
or else, when you use "su", do it like this:
su -
The minus sign means that it will set up root's environment correctly, so that /sbin and /usr/sbin are in the path.
cheers Duncan
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
