- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cifsmount query
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
01-16-2006 05:36 PM
01-16-2006 05:36 PM
cifsmount query
I want to use the #cifsmount utility by one of my system user . it's throwing the error obviously from the guide #cifsmount can be executed by root user only
How i can execute the cifsmount by other user ?
Error message:
===============
$cifsmount
cifsmount: must be root to use cifsmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:42 PM
01-16-2006 05:42 PM
Re: cifsmount query
The easiest method of achiving this will be to use sudo. This is a small application available on Internet Express cdrom received alongwith Software updates or can be downloaded.
After installing this you can assign desired previledges to end users and their these activities are very well logged with proper timings in syslog.log.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:43 PM
01-16-2006 05:43 PM
Re: cifsmount query
Only users with root capabilities can invoke the cifsmount command to mount filesystems.
It is no possible to execute by other user. You can try configuring "sudo" in order to accomplish that.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:48 PM
01-16-2006 05:48 PM
Re: cifsmount query
Here in online manual & download link about sudo.
http://gratisoft.us/sudo/man/sudo.html
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:50 PM
01-16-2006 05:50 PM
Re: cifsmount query
If i use the #cifsmount normally the directory ownership will be root & sys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:57 PM
01-16-2006 05:57 PM
Re: cifsmount query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:59 PM
01-16-2006 05:59 PM
Re: cifsmount query
Sudo gives you an option to run a command with root's previleges. So, if you mount, it will be of root.
-Arun