<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: whts the diff b/w 'startx' and 'init 5' in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209540#M10409</link>
    <description>'startx' is a script that only runs the X server. 'init 5' sets the run-level of the machine to 5, that means the execution of all the programs/services that are assigned to the level 5; the X server is one of these.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Claudio</description>
    <pubDate>Thu, 04 Mar 2004 11:22:17 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2004-03-04T11:22:17Z</dc:date>
    <item>
      <title>whts the diff b/w 'startx' and 'init 5'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209539#M10408</link>
      <description>Hi to All&lt;BR /&gt; what is the difference between "init 5" and "startx". which command(either "init 5" or "startx") should I issue to run X-server so that i can work in GUI environment.&lt;BR /&gt;Thanks in anticipation&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sharf</description>
      <pubDate>Thu, 04 Mar 2004 11:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209539#M10408</guid>
      <dc:creator>Sharfuddin</dc:creator>
      <dc:date>2004-03-04T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: whts the diff b/w 'startx' and 'init 5'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209540#M10409</link>
      <description>'startx' is a script that only runs the X server. 'init 5' sets the run-level of the machine to 5, that means the execution of all the programs/services that are assigned to the level 5; the X server is one of these.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 04 Mar 2004 11:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209540#M10409</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-04T11:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: whts the diff b/w 'startx' and 'init 5'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209541#M10410</link>
      <description>Calaudio has described this well but I'd like to expand it a bit.&lt;BR /&gt;  &lt;BR /&gt;A unix system is bought up by changing to a specific run-level. /etc/inittab describes thes e run levels and some applications to start up to be "monitored" by "init".  Shutting down is really changing to run level 0. &lt;BR /&gt; &lt;BR /&gt;Standard unix system decided run level 3 would be "start everything required to get a multi-user, networked environment".  I think it was Red Hat who decided a simple way of getting  the X login box up was to say "lets make a run level 5 that starts xdm/gdm/kdm and make that the default"&lt;BR /&gt; &lt;BR /&gt;This start the xdm application which is a log in box which sets up an X environment when you login and runs the system wide Xsession file.&lt;BR /&gt; &lt;BR /&gt;When you dont use the inittab approach to starting xdm, you run "startx".  This is a script that starts the X server and does what  the X login would do but without the logging in.&lt;BR /&gt;&lt;BR /&gt;You have another option "xinit" which is basically the simplest way of starting.  This  way is nice because you can pass arguments to  your personal .xsession file thus changing which X environment you atrt up in.  You can do it with the other ways too but it's more irritating.&lt;BR /&gt; &lt;BR /&gt;My preferred method is not to use /etc/inittab but to put "kdm" in a start up script in /sbin/init.d.  This is more unixy.&lt;BR /&gt; &lt;BR /&gt;Apologies for the lengthy reply I just happen to like X :)&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 12:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209541#M10410</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-04T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: whts the diff b/w 'startx' and 'init 5'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209542#M10411</link>
      <description>Hi U Great Peoples&lt;BR /&gt; Thanx Claudio for such a precoius reply.&lt;BR /&gt; And U Great Mark, I so thankfull to u for for such explanatory reply&lt;BR /&gt; Thanks U great ones</description>
      <pubDate>Fri, 05 Mar 2004 02:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209542#M10411</guid>
      <dc:creator>Sharfuddin</dc:creator>
      <dc:date>2004-03-05T02:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: whts the diff b/w 'startx' and 'init 5'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209543#M10412</link>
      <description>Yes Mark, this kind of question deserves a longer answer. Sometimes I have no time to give better reply... Thanks for your support :-)&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Fri, 05 Mar 2004 02:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/whts-the-diff-b-w-startx-and-init-5/m-p/3209543#M10412</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-05T02:40:35Z</dc:date>
    </item>
  </channel>
</rss>

