<?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: NFS Problem! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552109#M917804</link>
    <description>Of course, when deciding whether to export the filesystem with root access, you need to understand that by doing so you effectively give root on the server to anyone with root on a client (if they can execute a command on the server in any fashion).  One simple exploit is to put a copy of /usr/bin/ksh in the NFS mount, then chown it to root and chmod it to setuid.  Instant root on the exporting system.</description>
    <pubDate>Mon, 16 Jul 2001 13:55:55 GMT</pubDate>
    <dc:creator>W.C. Epperson</dc:creator>
    <dc:date>2001-07-16T13:55:55Z</dc:date>
    <item>
      <title>NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552106#M917801</link>
      <description>I am having troublen with mounting an NFS filesystem. The client mounts the filesystem fine, and it shows up when I do a bdf, however, when I change to the NFS mounted directory and do an ls I get &lt;BR /&gt;&lt;BR /&gt;#ls&lt;BR /&gt;. not found&lt;BR /&gt;&lt;BR /&gt;Could the permissions be a problem?&lt;BR /&gt;Any tips to troubleshoot this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2001 18:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552106#M917801</guid>
      <dc:creator>Mike_21</dc:creator>
      <dc:date>2001-07-12T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552107#M917802</link>
      <description>U try to open a file for ex. with vi editor and if u are able to do it it is definitely due to permission problem, try to give atleast "rx" permission or if possible(acceptable) u should give root permission to exported directories.&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Thu, 12 Jul 2001 18:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552107#M917802</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-07-12T18:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552108#M917803</link>
      <description>You  are probably trying to list the contents of the directory as root. The problem is with permissions in the /etc/exports file on the NFS server:&lt;BR /&gt;&lt;BR /&gt;On the NFS server, edit the /etc/exports file and for the entry of the filesystem, add this:&lt;BR /&gt;&lt;BR /&gt;root=clientmachinename&lt;BR /&gt;&lt;BR /&gt;then run the command  exportfs -a and this should work&lt;BR /&gt;&lt;BR /&gt;- KS</description>
      <pubDate>Thu, 12 Jul 2001 19:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552108#M917803</guid>
      <dc:creator>Kamlesh Shete</dc:creator>
      <dc:date>2001-07-12T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552109#M917804</link>
      <description>Of course, when deciding whether to export the filesystem with root access, you need to understand that by doing so you effectively give root on the server to anyone with root on a client (if they can execute a command on the server in any fashion).  One simple exploit is to put a copy of /usr/bin/ksh in the NFS mount, then chown it to root and chmod it to setuid.  Instant root on the exporting system.</description>
      <pubDate>Mon, 16 Jul 2001 13:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552109#M917804</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2001-07-16T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552110#M917805</link>
      <description>If you can not list the contents, that means you did not get the read permission, it is seems that it is a permission problem. Two files you need check:&lt;BR /&gt;&lt;BR /&gt;1. on NFS server&lt;BR /&gt;/etc/exports&lt;BR /&gt;check what is the permission for exported files or directories:ro, rw, or root, see man exports for details.&lt;BR /&gt;&lt;BR /&gt;2. mount options&lt;BR /&gt;when you mount a file system by using mount command, the default permission is rw, however, you can change it when you need, so check your mount options&lt;BR /&gt;&lt;BR /&gt;Another point I would like to mention is the mount point, if the mount point is not empty, after you mount a file system on this mount point, you can not see the previous contents of the same mount point, so try to use an empty mount point when you mount a file system from NFS server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2001 14:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552110#M917805</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-07-16T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552111#M917806</link>
      <description>Hi Mike,&lt;BR /&gt;Sure it is permission problem.&lt;BR /&gt;test: allow  permission to everyone.&lt;BR /&gt;vi /etc/exports and add only filesystem&lt;BR /&gt;/myfiles&lt;BR /&gt;#exportfs -va&lt;BR /&gt;If it is not working with permissions check your patch. &lt;BR /&gt;I had a problem that when I add netgroup in exports file the client can't see the files on that directorys. Installed PHNE_22125 patch and it works now.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2001 14:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552111#M917806</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-07-16T14:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552112#M917807</link>
      <description>Hi,&lt;BR /&gt;  One thing that I have run across that I do not see mentioned here is the permissions for the *underlying* mount point.&lt;BR /&gt;&lt;BR /&gt;I have seen problems with (for example, on the client):&lt;BR /&gt;&lt;BR /&gt;ls -ald /mountpoint&lt;BR /&gt;dr-xr-x---   2 root sys /mountpoint&lt;BR /&gt;&lt;BR /&gt;mount server:/filesystem /mountpoint&lt;BR /&gt;&lt;BR /&gt;ls -ald /mountpoint&lt;BR /&gt;drwxrwxr-x root sys /mountpoint&lt;BR /&gt;&lt;BR /&gt;and yet have permission problems (similar to what you describe) occur within the filesystem mounted on /mountpoint...&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Jim H.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2001 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/2552112#M917807</guid>
      <dc:creator>Jim Hendrick</dc:creator>
      <dc:date>2001-07-16T16:15:33Z</dc:date>
    </item>
  </channel>
</rss>

