<?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: how to Adding scripts in startup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931703#M26817</link>
    <description>Thank u guys &lt;BR /&gt;&lt;BR /&gt;Now my script working in startup perfectly</description>
    <pubDate>Fri, 26 Jan 2007 01:12:50 GMT</pubDate>
    <dc:creator>ramadashsuresh</dc:creator>
    <dc:date>2007-01-26T01:12:50Z</dc:date>
    <item>
      <title>how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931695#M26809</link>
      <description>Hai&lt;BR /&gt;&lt;BR /&gt;      i want to know the method of adding a script to startup and it will run itself only when i login as a root &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 23:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931695#M26809</guid>
      <dc:creator>ramadashsuresh</dc:creator>
      <dc:date>2007-01-23T23:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931696#M26810</link>
      <description>Add your script into root's .bash_profile.</description>
      <pubDate>Wed, 24 Jan 2007 02:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931696#M26810</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-01-24T02:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931697#M26811</link>
      <description>Yep,the file is /root/.bash_profile or /root/.bashrc  (if /root/.bash_profile &lt;BR /&gt;executes .bashrc)</description>
      <pubDate>Wed, 24 Jan 2007 02:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931697#M26811</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-24T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931698#M26812</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;watch out: ~/.bash_profile and ~/.bashrc will be used in different ways. The ~/.bash_profile will be read by a login shell, the ~/.bashrc only by an interactive shell. When you login, the ~/.bash_profile will be read. When you start a new shell with "sh" oder "bash", the ~/.bashrc will be read. Some distributions read both files in any way (openSUSE for example).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 24 Jan 2007 04:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931698#M26812</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2007-01-24T04:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931699#M26813</link>
      <description>Actualy my script is based on GUI mode it will run only a GUI it couldn't run in tty &lt;BR /&gt;&lt;BR /&gt;when i adding script to .bash_profile file it will reflect only a tty terminal. i want to run the script GUI mode when i log in as root</description>
      <pubDate>Wed, 24 Jan 2007 04:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931699#M26813</guid>
      <dc:creator>ramadashsuresh</dc:creator>
      <dc:date>2007-01-24T04:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931700#M26814</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you mean a login over xdm or kdm? If you're running KDE, you can try to put you script in ~/.kde/Autostart.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 24 Jan 2007 04:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931700#M26814</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2007-01-24T04:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931701#M26815</link>
      <description>I am login over gnome</description>
      <pubDate>Wed, 24 Jan 2007 05:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931701#M26815</guid>
      <dc:creator>ramadashsuresh</dc:creator>
      <dc:date>2007-01-24T05:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931702#M26816</link>
      <description>You can run gnome-session-properties and add your script to the list under the "Startup Programs" tab.  Use the complete path to it.  It will be run each time that user logs in.  You should "chmod +x" your&lt;BR /&gt;script and make it start with a "#!/bin/bash" line so that it can be run like an executable.</description>
      <pubDate>Wed, 24 Jan 2007 18:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931702#M26816</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-01-24T18:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to Adding scripts in startup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931703#M26817</link>
      <description>Thank u guys &lt;BR /&gt;&lt;BR /&gt;Now my script working in startup perfectly</description>
      <pubDate>Fri, 26 Jan 2007 01:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-adding-scripts-in-startup/m-p/3931703#M26817</guid>
      <dc:creator>ramadashsuresh</dc:creator>
      <dc:date>2007-01-26T01:12:50Z</dc:date>
    </item>
  </channel>
</rss>

