- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Special permissions
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
тАО09-08-2007 11:12 PM
тАО09-08-2007 11:12 PM
Special permissions
i have a user trustable as root, it is for monitoring some things into the servers ...
then, i need to send a report about configuration of the server .. my user id is named "usertrust" and i want he can use the command print_manifest , i know that exists something about to give special permissions ...
the command is as follows:
$ ls -rlt /opt/ignite/bin/print_manifest
-r-xr-xr-x 1 bin bin 40960 Jan 19 2001 /opt/ignite/bin/print_manifest
how change the permissions for being used for other user different to root?
please let me know.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2007 11:17 PM
тАО09-08-2007 11:17 PM
Re: Special permissions
http://software.hp.com
Search for Internet Express
Pick the version for your OS.
Install sudo
This will let you elevate the priviledges for a command for any user one command at a time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2007 11:18 PM
тАО09-08-2007 11:18 PM
Re: Special permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 12:20 AM
тАО09-09-2007 12:20 AM
Re: Special permissions
I think the version I refer to is not a problem with the sticky bit. It installs without issue.
If you get an install error, you can set the sticky bit on the binary after installation and everything will work right.
I find the Quality Assurance on software.hp.com superior to that on the external open source HP-UX porting and archive center software.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 12:51 AM
тАО09-09-2007 12:51 AM
Re: Special permissions
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 01:07 AM
тАО09-09-2007 01:07 AM
Re: Special permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 01:12 AM
тАО09-09-2007 01:12 AM
Re: Special permissions
# but exists something like "sticky", do you know that?
You are confusing the 'sticky' bit with the 'setuid' bit. On executables, the 'sticky' bit is set the 'text' (code instructions) are retained in swap space when the last user of the executable terminates. The next instantiation of the executable is faster because the kernel can simply swap-in the text rather than fetch the executable by seaching the filesystem.
The 'setuid' bit allows the process to run with the privileges of the file's owner. In the case of the owner being 'root' this would confer 'root' privileges to the process running it.
Setuid scripts are disallowed in current HP-UX versions. They are, and always have been a security risk. Setuid binary executables are allowed, and it is possible to craft a setuid C-program wrapper to allow "privileded" execution of a particular script.
The use of 'sudo' is the appropriate solution for a non-root user, though.
The manpages for 'chmod(1)' and 'chmod(2)' wil offer you more information on the various mode bits.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 01:13 AM
тАО09-09-2007 01:13 AM
Re: Special permissions
I always remember any post installation steps by seeing the install log.
Please install sudo as I've recommended and then update the installation log.
Then I can provide post installation steps. As I stated I don't think there are any for the product ixsudo provided by HP.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 03:38 AM
тАО09-09-2007 03:38 AM
Re: Special permissions
Manuales,
You can use HP 's Sudo equivalent called RBAC to assign a role to a particular user.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl
Check it out!
WK
please assign points