Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I am following the Linux Administration: a Beginner's Guide book and it had me write out two scripts, and after I set their permissions to 755 and moved them to where they needed to be I tried chkconfig -add carpald and I'm getting error reading information on service carpald: No such file or directory.

What am I doing wrong?

share|improve this question
You don't give us your distro name. – sputnick Oct 1 '12 at 2:46
2  
It should be /etc/init.d/carpald in this case – warl0ck Oct 1 '12 at 2:51
thank you that seems to have worked – Mitchell Ross Oct 1 '12 at 5:04
Please edit to add more information so that the question will be useful to others. Otherwise this question might be closed. Also, if you have found an answer, add an answer to your own question is a good thing to do. – phunehehe Oct 5 '12 at 11:35

closed as too localized by Gilles, warl0ck, Ulrich Dangel, Stéphane Gimenez, Mat Oct 6 '12 at 15:31

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.