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
04-23-2001 01:18 AM
04-23-2001 01:18 AM
uid
I want to enable user xxx run command with uid root,how can I do it?
Thanks
Jirid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:24 AM
04-23-2001 01:24 AM
Re: uid
you have some options:
- tell him the root password (worst option)
- sudo utility which allows users to execute programs as root
- chmod +s which forces the program to be executed as the owner of the program.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:26 AM
04-23-2001 01:26 AM
Re: uid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:26 AM
04-23-2001 01:26 AM
Re: uid
Another option is to use restricted sam (sam -r), see man sam.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:33 AM
04-23-2001 01:33 AM
Re: uid
What is utility sudo? Where I find it.
Jirid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:42 AM
04-23-2001 01:42 AM
Re: uid
for more info of sudo go to:
http://www.courtesan.com/sudo/sudo.html
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 02:41 AM
04-23-2001 02:41 AM
Re: uid
There is one more option, BELOW the entry for root add the user xxx and make the uid 0!!! THIS does have weird effects when resolving who logged in as what. i.e. "who" may give user xxx & root logging in, but "last" will only recognise root. all the files created by xxx will be owned by root, no way 'round this one. It basically comes down to wheter a process is resolving uid to username or username to uid in the password file, as now they will give different answers!
personally speaking, sudo is the best but requires some setting up. This is a quick short term patch!
Tim