If you want to collectively make it so that NFS and its counterparts do
not start up at boot time, then use chkconfig nfs off. If you just want
them to start at boot up and then you stop and start them on your own
use service nfs start, and service nfs stop.<br><br><div><span class="gmail_quote">On 6/14/06, <b class="gmail_sendername">Brett Serkez</b> <<a href="mailto:bserkez@gmail.com">bserkez@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> > 1) How can I collectively stop all the NFS, portmap, whatever? I'm hoping<br>> > it can be manipulated as a group because occationally I actually will<br>> > want to use NFS.<br><br>Try chkconfig --list
<br><br>You can use: chkconfig --list | grep 3:on<br><br>to see what will start at boot.<br><br>Use: chkconfig <name> off<br><br>to inhibit what ever you want to start up and<br><br>/etc/init.d/<name> stop<br>
<br>to stop same interactively.<br><br>You'll need to experiment a bit, use man, to do some research to<br>figure out how to 'tune' a system.<br><br>Brett<br>_______________________________________________<br>CentOS mailing list
<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br><br clear="all"><br>-- 
<br>Thx<br>Joshua Gimer