![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running services, how to disable some? | empty | UNIX for Dummies Questions & Answers | 2 | 03-19-2008 04:33 PM |
| Disable/Enable HP print services SCO OS 5 | sighbrrguy | UNIX for Advanced & Expert Users | 4 | 01-09-2008 09:33 AM |
| disable rsh | sriram.s | AIX | 3 | 05-11-2007 09:18 AM |
| How to disable SU right | civic2005 | SUN Solaris | 3 | 03-09-2007 10:16 AM |
| Disable X | bbutler3295 | UNIX for Dummies Questions & Answers | 8 | 03-19-2002 04:19 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to disable services
Aix 5, how can I disable, telnet, ftp and snmp?
Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
stopsrc mabye?
|
|
#3
|
||||
|
||||
|
Okay, but they always start at boot ...
Is there smthg like rmsrc ?... |
|
#4
|
|||
|
|||
|
Hi,
you might want to disable those services from rc files under /etc directory. Just use "grep <service> /etc/rc*" to figure out in which file service you want to disable is and use "#" to comment it out. If the service is part of inetd, then you have to hack those "#" comments to /etc/inetd.conf file. --Tommy |
|
#5
|
|||
|
|||
|
>Aix 5, how can I disable, telnet, ftp and snmp?
These need to commented in /etc/inetd.conf and then execute 'refresh -s inetd'. |
|||
| Google The UNIX and Linux Forums |