<?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 chroot question? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828850#M271489</link>
    <description>Hi all,&lt;BR /&gt;What is chroot and what is the use.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Sun, 23 Jul 2006 22:54:22 GMT</pubDate>
    <dc:creator>rveri</dc:creator>
    <dc:date>2006-07-23T22:54:22Z</dc:date>
    <item>
      <title>chroot question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828850#M271489</link>
      <description>Hi all,&lt;BR /&gt;What is chroot and what is the use.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 23 Jul 2006 22:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828850#M271489</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2006-07-23T22:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: chroot question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828851#M271490</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;chroot is a possibility to define some directory as the upper (root) directory for an application or user[s].&lt;BR /&gt;This permits to define areas which are accessible for users or applications. For example, chroot can limit ftp users not to see directories except /home/ftpusers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The details you can see in &lt;BR /&gt;man chroot  and man 1m chroot&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sun, 23 Jul 2006 23:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828851#M271490</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-07-23T23:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: chroot question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828852#M271491</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Here is a good article about "chroot" : &lt;A href="http://en.wikipedia.org/wiki/Chroot" target="_blank"&gt;http://en.wikipedia.org/wiki/Chroot&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 24 Jul 2006 00:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828852#M271491</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-24T00:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: chroot question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828853#M271492</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;chroot is referred to often as the chroot jail.&lt;BR /&gt;&lt;BR /&gt;It is a security method that keeps a process or user in a limited environment.&lt;BR /&gt;&lt;BR /&gt;Say the user logs in and normally gets /home/username as home directory.&lt;BR /&gt;&lt;BR /&gt;In a normal environment that user can cd / to root&lt;BR /&gt;&lt;BR /&gt;In a chroot environment /home/username becomes root and the user can't move up to root and do harm.&lt;BR /&gt;&lt;BR /&gt;The downside is that the user loses access to many necessary commands and a chroot configuration needs to provide that access to users.&lt;BR /&gt;&lt;BR /&gt;The neat thing about chroot is its not just for users. DNS/Bind is commonly run in a chroot jail. HP's apache server ships with a configuration script to run it in a chroot jail.&lt;BR /&gt;&lt;BR /&gt;In the case of an appliction, lets say a malicious web user figures out how to override apache and get a shell prompt. If its running in a chroot jail the user can do almost nothing with this session.&lt;BR /&gt;&lt;BR /&gt;Quite useful, though not so easy to configure.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Jul 2006 00:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828853#M271492</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-24T00:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: chroot question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828854#M271493</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;You can check this documents as well,&lt;BR /&gt;&lt;BR /&gt;New user and chroot configuration&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90011/ch01s12.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90011/ch01s12.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;chroot-example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hoohoo.ncsa.uiuc.edu/docs/tutorials/chroot-example.html" target="_blank"&gt;http://hoohoo.ncsa.uiuc.edu/docs/tutorials/chroot-example.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 24 Jul 2006 02:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chroot-question/m-p/3828854#M271493</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-07-24T02:21:19Z</dc:date>
    </item>
  </channel>
</rss>

