![]() |
How do you disable NFS so that it doesn't try to start on bootup?
Hello All,
You may know me from the thread "Getting NFS Quota errors, among others, with Mandrake 8.2". I've been reading a bit since creating that thread and I've come to the conclusion that I don't really need it. Would somebody please tell me if this is true and also tell me how to disable NFS Services, Quotas, Mountd, deamon, etc.? Thanks. FB |
Hi FunBunny,
You have some administrative commands on all the descendants of the Red Hat systems. Mandrake, conectiva, mandriva are some of these. For control what services you want to be started you have chckconfig. This tool has several options to turn on and off and to display the state of the daemons. To disable a daemon you have to do: Code:
chkconfig --del <daemon> To list the daemon's state: Code:
chkconfig --list Code:
chkconfig --add <daemon> Cheers, Osvaldo. |
All times are GMT -5. The time now is 03:50 PM. |