HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restrict NFS access
Operating System - HP-UX
1831479
Members
3457
Online
110025
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:54 PM
08-27-2002 09:54 PM
Restrict NFS access
Hi Experts,
Is there any way I could restrict certain users access to NFS mounts?
Thanks in advance
Is there any way I could restrict certain users access to NFS mounts?
Thanks in advance
none
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 10:06 PM
08-27-2002 10:06 PM
Re: Restrict NFS access
Change the permissions of the mount to only the groups of users that require it.
e.g. Joe, Fred and George are part of group 'nfsaccess'
# chgrp nfsaccess /mynfs
e.g. Joe, Fred and George are part of group 'nfsaccess'
# chgrp nfsaccess /mynfs
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 10:53 PM
08-27-2002 10:53 PM
Re: Restrict NFS access
Hi
Also the file /etc/exports can be configuted to allow/disallow mounts of the NFS file system
e.g.
sysadmin@N-0/>cat /etc/exports
/avroTWO -anon=65534,ro,root=k1:k2,access=k1:k2
/avro -anon=65534,ro,root=k1:k2,access=k1:k2
/MONTHEND -anon=65534,ro
See man NFS.
HTH
Paula
Also the file /etc/exports can be configuted to allow/disallow mounts of the NFS file system
e.g.
sysadmin@N-0/>cat /etc/exports
/avroTWO -anon=65534,ro,root=k1:k2,access=k1:k2
/avro -anon=65534,ro,root=k1:k2,access=k1:k2
/MONTHEND -anon=65534,ro
See man NFS.
HTH
Paula
If you can spell SysAdmin then you is one - anon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 06:43 AM
08-28-2002 06:43 AM
Re: Restrict NFS access
You could setup netgroups to define what access you want. In /etc/netgroup add lines
groupname (hostid,userid,domain)
Then in /etc/exports assign the export access by netgroup name. You can do a man netgroup for more information.
Good Luck.
Steve
groupname (hostid,userid,domain)
Then in /etc/exports assign the export access by netgroup name. You can do a man netgroup for more information.
Good Luck.
Steve
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP