![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| all tcp are CLOSED on SCO Unix on VMWARE | martocapo | SCO | 5 | 03-26-2008 09:58 AM |
| Terminal Closed automitically... | thepurple | SUN Solaris | 7 | 12-03-2007 06:16 AM |
| Is solaris 9 certification closed or not??? | infra2712 | SUN Solaris | 1 | 08-19-2007 08:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Closed ports
Hello
I need to close some ports on a box Solaris 8, which command I need to use. Thanks for your replies |
| Forum Sponsor | ||
|
|
|
|||
|
Which ports are you trying to close? Many are in /etc/inetd.conf. Just comment out the ones that aren't already commented out that you don't need and restart inetd. Others (like sendmail) are running on their own. Check /etc/init.d for the script and run it with a stop parameter. Don't forget to delete the rc2.d startup script if you don't want to run it any more.
Carl |