<?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: Restricted access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712240#M60879</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried using ACL ?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Hari&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Apr 2002 18:02:15 GMT</pubDate>
    <dc:creator>hari jayaram_1</dc:creator>
    <dc:date>2002-04-26T18:02:15Z</dc:date>
    <item>
      <title>Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712238#M60877</link>
      <description>I know that I can restrict a user's access with 'rsh' but that keeps the user from being able to change directories (even to directories created under user's home directory apparently).  Is there a way to restrict a user to a certain range of directories (including subdirectories of user's home dir)?</description>
      <pubDate>Fri, 26 Apr 2002 17:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712238#M60877</guid>
      <dc:creator>Tony500</dc:creator>
      <dc:date>2002-04-26T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712239#M60878</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You'd have to use permissions I think.  Make the user a member of a distinct group and very carefully set group permissions on all the directories you want to exclude him from.  Sounds like a lot of trouble to me.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 26 Apr 2002 18:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712239#M60878</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-04-26T18:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712240#M60879</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried using ACL ?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Hari&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2002 18:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712240#M60879</guid>
      <dc:creator>hari jayaram_1</dc:creator>
      <dc:date>2002-04-26T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712241#M60880</link>
      <description>&lt;BR /&gt;Do a chroot on them and they will be restricted to the "root" that you give them. &lt;BR /&gt;&lt;BR /&gt;man chroot&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2002 18:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712241#M60880</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-26T18:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712242#M60881</link>
      <description>Wow that does sound like a lot of trouble!  Still, some user's are naturally curious and wander into areas they probably shouldn't.  There are one or two users on my system who fall into this category.  Unfortunately, this is a mission critical machine and I can't allow them to create a disaster while trying to self teach themselves.</description>
      <pubDate>Fri, 26 Apr 2002 18:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712242#M60881</guid>
      <dc:creator>Tony500</dc:creator>
      <dc:date>2002-04-26T18:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712243#M60882</link>
      <description>Hari,&lt;BR /&gt;I've seen the term ACL mentioned here lately, but I really don't know much about it. What does it do and how do you use it?</description>
      <pubDate>Fri, 26 Apr 2002 18:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712243#M60882</guid>
      <dc:creator>Tony500</dc:creator>
      <dc:date>2002-04-26T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712244#M60883</link>
      <description>Actually, a lot of it should be easy - all you want to do is remove write permissions.  For example, nobody but root should be writing in /opt - do a "chmod -R a-w /opt" and they can't mess with it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 26 Apr 2002 18:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712244#M60883</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-04-26T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712245#M60884</link>
      <description>Thanks Pete, I think that might be my best option.  The only thing I worry about is:  What about the 'Bang'  (:wq!)  Will they still be able to manually edit a file and save it with ":wq!"  ?</description>
      <pubDate>Fri, 26 Apr 2002 18:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712245#M60884</guid>
      <dc:creator>Tony500</dc:creator>
      <dc:date>2002-04-26T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712246#M60885</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;Here is a link for acl&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90693/B2355-90693_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90693/00/00/10-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90693/00/00/10-toc.html&amp;amp;searchterms=acl&amp;amp;queryid=20020426-132749" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90693/B2355-90693_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90693/00/00/10-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90693/00/00/10-toc.html&amp;amp;searchterms=acl&amp;amp;queryid=20020426-132749&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ACL is useful if you have JFS. It is also tricky and complicated unless you have a use for it.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you require any further info.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2002 19:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712246#M60885</guid>
      <dc:creator>hari jayaram_1</dc:creator>
      <dc:date>2002-04-26T19:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712247#M60886</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;No, without write permission on either the directory or the file, no-one but the owner or root should be able to write to the file, bang or not.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Pete</description>
      <pubDate>Sat, 27 Apr 2002 14:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricted-access/m-p/2712247#M60886</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-04-27T14:14:30Z</dc:date>
    </item>
  </channel>
</rss>

