<?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 General queries... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/general-queries/m-p/2497150#M830397</link>
    <description>Hello friends,&lt;BR /&gt;&lt;BR /&gt;I have general queries as follows.&lt;BR /&gt;&lt;BR /&gt;1. What is the diff. between file system and logical volume?&lt;BR /&gt;&lt;BR /&gt;2. What is the diff. between character device file and block device file.&lt;BR /&gt;&lt;BR /&gt;3. How to read core dump file?&lt;BR /&gt;&lt;BR /&gt;4. From my server startup scripts, how to pass the global variable to the .profile script of a particular user?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Samir.&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Feb 2001 04:08:22 GMT</pubDate>
    <dc:creator>SAMIR SHAH_1</dc:creator>
    <dc:date>2001-02-22T04:08:22Z</dc:date>
    <item>
      <title>General queries...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-queries/m-p/2497150#M830397</link>
      <description>Hello friends,&lt;BR /&gt;&lt;BR /&gt;I have general queries as follows.&lt;BR /&gt;&lt;BR /&gt;1. What is the diff. between file system and logical volume?&lt;BR /&gt;&lt;BR /&gt;2. What is the diff. between character device file and block device file.&lt;BR /&gt;&lt;BR /&gt;3. How to read core dump file?&lt;BR /&gt;&lt;BR /&gt;4. From my server startup scripts, how to pass the global variable to the .profile script of a particular user?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Samir.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2001 04:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-queries/m-p/2497150#M830397</guid>
      <dc:creator>SAMIR SHAH_1</dc:creator>
      <dc:date>2001-02-22T04:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: General queries...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-queries/m-p/2497151#M830398</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Briefly...&lt;BR /&gt;&lt;BR /&gt;1. What is the diff. between file system and logical volume? &lt;BR /&gt;&lt;BR /&gt;A filesystem sits on top of a logical volume. In Windows terms, a logical volume on the LVM-unix level is analogous to partition you create in Windows. In windows, to create a filesystem, you perform a format on the partition. The equivalent at the Unix side is the newfs command to "format" the logical volume.&lt;BR /&gt;&lt;BR /&gt;2. What is the diff. between character device file and block device file. &lt;BR /&gt;&lt;BR /&gt;A character device reads and writes character streams while a block device reads and writes in blocks. Block devices (eg. hard disks) allow random access while character devices allow only sequential access (eg. tape devices)&lt;BR /&gt;&lt;BR /&gt;3. How to read core dump file? &lt;BR /&gt;&lt;BR /&gt;Some of the common methods:&lt;BR /&gt;a) file core (to identify what was the signal that cased the dump)&lt;BR /&gt;b) q4 tool (specifically for crash dumps)&lt;BR /&gt;c) other debuggers such as adb and gdb.&lt;BR /&gt;&lt;BR /&gt;4. From my server startup scripts, how to pass the global variable to the .profile script of a particular user? &lt;BR /&gt;&lt;BR /&gt;Your server startup scripts are only called when the system is started up, not when users are logged on to the system.&lt;BR /&gt;&lt;BR /&gt;To allow a particular user to a particular variable setting when he or she is logged on, the variable must be set in the system /etc/profile or the user .profile or .login or .cshrc depending on the login shell set for the user.&lt;BR /&gt;&lt;BR /&gt;To load system variables specified in /etc/rc.config.d/* configuration files, simply run the following in /etc/profile:&lt;BR /&gt;===========================================&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;for file in *&lt;BR /&gt;do&lt;BR /&gt;  . $file&lt;BR /&gt;done&lt;BR /&gt;===========================================&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 22 Feb 2001 05:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-queries/m-p/2497151#M830398</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-22T05:30:51Z</dc:date>
    </item>
  </channel>
</rss>

