- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permissions on mounted filesystems
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-16-2001 08:57 AM
08-16-2001 08:57 AM
HP-UX11.0, N4000, LVM
This maybe normal behavior but need to confirm.
Before I mount a filesystem, I create a directory to mount it, then I set the permissions to that directory to 777.
But when I mount the fs on that directory, the permissions change to 755, Is this normal?
I've tried changing my umask to 000, but the result is the same.
Thanks,
Luis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 09:04 AM
08-16-2001 09:04 AM
Re: Permissions on mounted filesystems
You are confusing the permissions of the mountpoint with those of the mounted filesystem. You should probably not set the mountpoint permissions to 777 (that is generally not secure; 755 would be better and owned by root). Users do need to have r-x permissions on the mountpoint to be able to access the underlying filesystem. THe permissions that the process accessing the mounted filesystem is that of the top level directory in that filesystem. You change that permission AFTER the filesystem is mounted.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 09:19 AM
08-16-2001 09:19 AM
Re: Permissions on mounted filesystems
Thanks for the prompt reply.
I suspected that was the case, I was going to give you the 10 points but my mouse scroll button acted up and change it to 7. Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 09:22 AM
08-16-2001 09:22 AM
Re: Permissions on mounted filesystems
This is the correct behaviour, You never want 777 on mountpoint directory, 755 is the safest method(owned by root ofcourse). After you mount the filesystem you can change the permissions/ownership etc, However if it is a NFS filesystem, the permissions will have to be changed on the server exporting the filesystem, unless you have given root access to the client machine then you can modify the permissions (from the client as well)
-HTH
I am RU