- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SUID,NOSUID in /etc/fstab
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-04-2010 03:30 AM
тАО05-04-2010 03:30 AM
I am facing a problem, need your help...
Can we change no suid to suid in the below line,actually it is taken from /etc/fstab.
and can anyone please explain me the difference between suid and nosuid.
/dev/vgora/lvol4 /oracle_abc/sw vxfs rw,nosuid,largefiles,delaylog,datainlog 0 2
Always thankful for your helpful and supportive answers.
Best Regards,
LN
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 03:49 AM
тАО05-04-2010 03:49 AM
Re: SUID,NOSUID in /etc/fstab
man ls
If the filesystem contains suid files and nosuid is set they will be ignored.
You need to keep up with point assigning.
> I have assigned points to 35 of 96 responses to my questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 04:34 AM
тАО05-04-2010 04:34 AM
Re: SUID,NOSUID in /etc/fstab
Take for example a program which is owned by root and has setuid on it. In that case if any user executes that program, the program will run as root for the duration of its existence.
After the execution is complete, the privilege will return to the normal permissions of the user.
Setuid gives you momentary powers, you can execute a program with some other users privileges, but just for the duration of the program's life.
Have a look at the link below
http://en.wikipedia.org/wiki/Setuid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 04:40 AM
тАО05-04-2010 04:40 AM
Re: SUID,NOSUID in /etc/fstab
Thanks For Replying
I dont want to umount that file system ...
Is there any possible way to overcome the situation of umount?
Best Regards,
LN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2010 06:06 AM
тАО05-04-2010 06:06 AM
Re: SUID,NOSUID in /etc/fstab
Thanks a ton for you gr888888 answer...
:))
feeling happy to resolve this issue :))
Thanks & Best Regards,
LN
Issue closed