![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sudoers problems. | blane | UNIX for Advanced & Expert Users | 5 | 04-09-2008 02:18 PM |
| sudoers on HP 11.11 | dhlopomo | UNIX for Dummies Questions & Answers | 2 | 01-18-2008 02:03 AM |
| Parsing Sudoers File | jasondavey | UNIX for Advanced & Expert Users | 3 | 08-30-2007 05:00 PM |
| sudoers syntax | chuckuykendall | UNIX for Advanced & Expert Users | 1 | 11-11-2005 11:22 AM |
| sudoers file | whatisthis | Linux | 4 | 12-02-2004 01:59 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
sudoers
i just installed/configured apache2.0 on my own aix5.3 mini server. i can start/stop apache by root, but i want to start it under my login id(admin) instead.
i need to execute this command: /usr/bin/sudo /usr/IBM/HTTPServer/bin/apachectl stop/start. |
| Forum Sponsor | ||
|
|
|
|||
|
i just want id calls admin to start/stop apache.
i vi /etc/sudoers: admin ALL= NOPASSWD: /usr/IBM/HTTPServer/bin/apachectl i still could not stop/start apache by admin. my command: /usr/bin/sudo /usr/IBM/HTTPServer/bin/apachectl start sorry, i have not a chance to install man sudoers yet. |