![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to give FTP access to a single user | santhoshkumar_d | UNIX for Advanced & Expert Users | 2 | 06-16-2008 10:43 AM |
| How do i change to super user then revert back to ordinary user ,using shell script? | wrapster | Shell Programming and Scripting | 3 | 06-04-2008 07:11 AM |
| switching user from root to ordinary user | sasia | Shell Programming and Scripting | 3 | 01-25-2008 10:25 PM |
| How to give permission for a specified user | saneeshjose | UNIX for Dummies Questions & Answers | 1 | 02-14-2006 06:57 AM |
| Write privilege for user | here2learn | UNIX for Dummies Questions & Answers | 3 | 11-13-2003 08:53 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
[Help] Give privilege to an ordinary user
I'm trying to give a non-root user the right to start IBM HTTP Server, the web server is listening on port 80, but for AIX, ports under 1024 are privilege ports which can be used only by root.
/usr/IBMIHS/bin# ./apachectl start (13)Permission denied: make_sock: could not bind to address :::80 no listening sockets available, shutting down So I'm thinking to give some privilege to this user so he can use port 80... Does anyone here know how to do this in AIX V5? Thanks |
|
||||
|
Possibly sudo would work. If you don't have it installed you can get it from IBM AIX Toolbox Download Page - Alphabetical Listing
Then as root enter "visudo" and add a line that reads username hostname=/usr/IBMIHS/bin/apachectl Where username is the name of the user you want to run apachectl and hostname is the hostname of the AIX box you want this run on. I think that will work. However, I don't have a good way to check your specific configuration. |
![]() |
| Bookmarks |
| Tags |
| linux download |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|