<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Ubuntu / Debian Linux: Services Configuration Tool to Start / Stop System Services</title>
	<atom:link href="http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Sun, 21 Mar 2010 14:15:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shake chen</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-152493</link>
		<dc:creator>shake chen</dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-152493</guid>
		<description>hello

in centos, I can use comand 

1:list all the start service.
chkconfig --list &#124; grep 3:on &#124; cut -f1

2:start only I need service ,stop the other no need service.
chkconfig --list &#124;grep 3:on &#124;awk &#039;{print $1}&#039; &#124;egrep -v &#039;sshd&#124;network&#124;syslog&#039; &#124;xargs -i{} chkconfig --level 3 {} off

how to do in ubuntu or debian?</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>in centos, I can use comand </p>
<p>1:list all the start service.<br />
chkconfig &#8211;list | grep 3:on | cut -f1</p>
<p>2:start only I need service ,stop the other no need service.<br />
chkconfig &#8211;list |grep 3:on |awk &#8216;{print $1}&#8217; |egrep -v &#8217;sshd|network|syslog&#8217; |xargs -i{} chkconfig &#8211;level 3 {} off</p>
<p>how to do in ubuntu or debian?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the_guv</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-150943</link>
		<dc:creator>the_guv</dc:creator>
		<pubDate>Mon, 05 Oct 2009 06:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-150943</guid>
		<description>tx for that 
.. another one to check out is Monit.</description>
		<content:encoded><![CDATA[<p>tx for that<br />
.. another one to check out is Monit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tv</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-149123</link>
		<dc:creator>tv</dc:creator>
		<pubDate>Wed, 24 Jun 2009 21:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-149123</guid>
		<description>Hi, for those looking for a very nice and feature-full gui to control startup scripts, give the &quot;bum&quot; package a try on Debian.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi, for those looking for a very nice and feature-full gui to control startup scripts, give the &#8220;bum&#8221; package a try on Debian.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irudayaraj</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-148598</link>
		<dc:creator>Irudayaraj</dc:creator>
		<pubDate>Mon, 18 May 2009 08:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-148598</guid>
		<description>Thanks it useful</description>
		<content:encoded><![CDATA[<p>Thanks it useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V.Balaviswanathan</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-148272</link>
		<dc:creator>V.Balaviswanathan</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-148272</guid>
		<description>Thank You all for the provided information. It helped me to configure my Ubuntu machine</description>
		<content:encoded><![CDATA[<p>Thank You all for the provided information. It helped me to configure my Ubuntu machine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RD</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-142180</link>
		<dc:creator>RD</dc:creator>
		<pubDate>Sun, 16 Dec 2007 11:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-142180</guid>
		<description>ESR also contributed a &quot;chkconfig&quot; script for RH users, it&#039;s posted to the Upstart development list sometime this summer, and is in the archives.</description>
		<content:encoded><![CDATA[<p>ESR also contributed a &#8220;chkconfig&#8221; script for RH users, it&#8217;s posted to the Upstart development list sometime this summer, and is in the archives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayalci</title>
		<link>http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-142145</link>
		<dc:creator>hayalci</dc:creator>
		<pubDate>Wed, 12 Dec 2007 22:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html#comment-142145</guid>
		<description>sysv-rc-conf is another good utility to configure services. it is ncurses based and if you run it in detailed view, you can change startup order, you can delete links completely instead of S-&gt;K change.</description>
		<content:encoded><![CDATA[<p>sysv-rc-conf is another good utility to configure services. it is ncurses based and if you run it in detailed view, you can change startup order, you can delete links completely instead of S-&gt;K change.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.183 seconds -->
<!-- Cached page served by WP-Cache -->
