<?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: Some comand qns in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958258#M76990</link>
    <description>ooo...u've been doin ur hw qn?&lt;BR /&gt;&lt;BR /&gt;thanks....</description>
    <pubDate>Thu, 24 Apr 2003 07:42:25 GMT</pubDate>
    <dc:creator>Avery_1</dc:creator>
    <dc:date>2003-04-24T07:42:25Z</dc:date>
    <item>
      <title>Some comand qns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958256#M76988</link>
      <description>1.How does one specify that some script is to be executed without creating a new subshell?&lt;BR /&gt;&lt;BR /&gt;2.How does one ensure that a command uses only a certain amt of resources when it is executed?&lt;BR /&gt;&lt;BR /&gt;3.How does one insulate a variable from any characters that may follow it?&lt;BR /&gt;&lt;BR /&gt;4.How does one kill a process unconditionally?&lt;BR /&gt;&lt;BR /&gt;5.What command can one use to prevent a file from being removed?</description>
      <pubDate>Thu, 24 Apr 2003 07:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958256#M76988</guid>
      <dc:creator>Avery_1</dc:creator>
      <dc:date>2003-04-24T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Some comand qns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958257#M76989</link>
      <description>Hi Sophia,&lt;BR /&gt;&lt;BR /&gt;I can answer 1, 3 and 4&lt;BR /&gt;&lt;BR /&gt;1. either # . ./&amp;lt;script_name&amp;gt;&lt;BR /&gt;   or&lt;BR /&gt;   # exec ./&amp;lt;script_name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;3. use the following syntax for a variable:&lt;BR /&gt;&lt;BR /&gt;${VARIABLE}&lt;BR /&gt;&lt;BR /&gt;e.g. to echo the date into a file in your home directory:&lt;BR /&gt;&lt;BR /&gt;# date &amp;gt; ${HOME}/date_file&lt;BR /&gt;&lt;BR /&gt;4. use: kill -9 &lt;PROCESS id=""&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Trystan.&lt;/PROCESS&gt;</description>
      <pubDate>Thu, 24 Apr 2003 07:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958257#M76989</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-04-24T07:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Some comand qns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958258#M76990</link>
      <description>ooo...u've been doin ur hw qn?&lt;BR /&gt;&lt;BR /&gt;thanks....</description>
      <pubDate>Thu, 24 Apr 2003 07:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958258#M76990</guid>
      <dc:creator>Avery_1</dc:creator>
      <dc:date>2003-04-24T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Some comand qns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958259#M76991</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;2. A programmer of a code can determine the amount of memory resources code can use. The CPU load exerted by the process is determined by the amount data fed to the process for manipulation or the speed of I/O operations or number of users connecting to that process ( network process ).&lt;BR /&gt;&lt;BR /&gt;4. chattr +i myfile&lt;BR /&gt;&lt;BR /&gt;Now even root cannot delete myfile. unless he gives this command and tries rm again&lt;BR /&gt;&lt;BR /&gt;chattr -i myfile&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 08:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/some-comand-qns/m-p/2958259#M76991</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-04-24T08:01:07Z</dc:date>
    </item>
  </channel>
</rss>

