- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can a user that is not root use the mount command?
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
11-15-2001 08:36 AM
11-15-2001 08:36 AM
Can a user that is not root use the mount command?
leslie.d.haynes@lmco.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:42 AM
11-15-2001 08:42 AM
Re: Can a user that is not root use the mount command?
Yes, by giving the operator the rights in a restricted sam (sam -r...).
He then can use sam (with you you allow him ...)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:42 AM
11-15-2001 08:42 AM
Re: Can a user that is not root use the mount command?
When you search this site you'll find a number of threads related to this issue.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:43 AM
11-15-2001 08:43 AM
Re: Can a user that is not root use the mount command?
normally a user has no privilege to mount filesystems, CD-roms, ...
There are workingarounds of course:
- restricted sam
- sudo
- executable program with "set-owner-ID-on-file-execution"
- third-party software
see http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xb2cecf38d6bdd5118ff10090279cd0f9,00.html
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:43 AM
11-15-2001 08:43 AM
Re: Can a user that is not root use the mount command?
Have you thought of giving them sudo? That could a path look at.
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:45 AM
11-15-2001 08:45 AM
Re: Can a user that is not root use the mount command?
Because mount is such a dangerous command, I would be tempted to create a setuid C program that is fully interactive or at least a sudo'ed shell scripts with lots and lots of error checking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 08:46 AM
11-15-2001 08:46 AM
Re: Can a user that is not root use the mount command?
from the man pages:
"The mount command mounts file systems. <
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 12:03 PM
11-15-2001 12:03 PM
Re: Can a user that is not root use the mount command?
The advantage with sudo is that it tracks every usage, and for each user, you can limit the command, the options and the device file and mount point names.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 12:09 PM
11-15-2001 12:09 PM
Re: Can a user that is not root use the mount command?
Configure the restriced sam for user/operator to mount/umount opticals using scripts to be run as root user, or use the freeware SUDO.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:02 PM
11-15-2001 01:02 PM
Re: Can a user that is not root use the mount command?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:18 PM
11-15-2001 01:18 PM
Re: Can a user that is not root use the mount command?
It is all semantics. Potatoes, Potatoes.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:33 PM
11-15-2001 07:33 PM
Re: Can a user that is not root use the mount command?
Darrell