HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- question about the entry in /etc/fstab
Operating System - Linux
1827293
Members
1214
Online
109717
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
Go to solution
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
05-20-2004 05:40 AM
05-20-2004 05:40 AM
hi
What's the exact meaning of:
ro,users,noexec,nosuid,nodev,noauto,umask=002 0 0
from /etc/fstab ?
greetings
chris
What's the exact meaning of:
ro,users,noexec,nosuid,nodev,noauto,umask=002 0 0
from /etc/fstab ?
greetings
chris
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:57 AM
05-20-2004 05:57 AM
Solution
Hi,
Take a look at the man page for mount for more details:
ro - mount read only
users - any user can unmount the filesystem
noexec - don't allow execution of binaries
nosuid - don't allow setuid or setgid to happen
nodev - don't interpret block or character special devices
noauto - can't be mounted by 'mount -a' (automatically)
umask=002 - set the umask of the permissions not present
0 0 - The first value is for the dump command to determine which filesystems should be dumped. The second value is used by fsck to determine the order of which filesystems get checked at boot time.
JP
Take a look at the man page for mount for more details:
ro - mount read only
users - any user can unmount the filesystem
noexec - don't allow execution of binaries
nosuid - don't allow setuid or setgid to happen
nodev - don't interpret block or character special devices
noauto - can't be mounted by 'mount -a' (automatically)
umask=002 - set the umask of the permissions not present
0 0 - The first value is for the dump command to determine which filesystems should be dumped. The second value is used by fsck to determine the order of which filesystems get checked at boot time.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 01:27 AM
06-15-2007 01:27 AM
Re: question about the entry in /etc/fstab
thanks !
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP