Running services, how to disable some?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Running services, how to disable some?
# 1  
Old 03-19-2008
Running services, how to disable some?

Hello all happy people! Smilie

Iam trying to figure out how to disable running services, and witch i can disable. Iam running ssh,apache,ftp and identd.

Here is an output from nmap:

21/tcp open ftp Solaris ftpd
22/tcp open ssh SunSSH 1.1 (protocol 2.0)
23/tcp open telnet BSD-derived telnetd
25/tcp open smtp Sendmail 8.13.8+Sun/8.13.8
79/tcp open finger Sun Solaris fingerd
80/tcp open http Apache httpd 2.2.6 ((Unix) PHP/5.2.4)
111/tcp open rpcbind 2-4 (rpc #100000)
513/tcp open rlogin
514/tcp open tcpwrapped
587/tcp open smtp Sendmail 8.13.8+Sun/8.13.8
4045/tcp open nlockmgr 1-4 (rpc #100021)
6000/tcp open X11?
6112/tcp open dtspc?
7100/tcp open font-service Sun Solaris fs.auto
32771/tcp open fmproduct 1 (rpc #1073741824)
32772/tcp open status 1 (rpc #100024)
32775/tcp open metad 1-2 (rpc #100229)
32776/tcp open ttdbserverd 1 (rpc #100083)
32777/tcp open mdcommd 1 (rpc #100422)
32778/tcp open rpc.metamedd 1 (rpc #100242)
32779/tcp open metamhd 1 (rpc #100230)
32780/tcp open rusersd 2-3 (rpc #100002)
Service Info: Host: nexus; OSs: Solaris, Unix

so what can i dissable and how do i do it? Thanks in advance!

Best Regards empty
# 2  
Old 03-19-2008
You need to become familar with /etc/services, inetd and inetd.conf. All have man pages on Solaris.
# 3  
Old 03-19-2008
Quote:
Originally Posted by fpmurphy
You need to become familar with /etc/services, inetd and inetd.conf. All have man pages on Solaris.
Hello fpmurphy!

Hello, i figured out how to disable, but witch one can I? Thats my main problem. I guess there are some solaris needs to run, but if I only need working apache,identd,ssh and ftp?

Best regards empty
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

How to fetch all running services on HP-UX?

Hi All, I have a requirement to get all the running services on few HP-UX boxes. In Linux systems I am able to do that successfully using: chkconfig --list. However I can't find anything equivalent in HP-UX. If anyone has any pointers on the same then please suggest. Adyan (4 Replies)
Discussion started by: Adyan Faruqi
4 Replies

2. UNIX for Advanced & Expert Users

detecting the running services

I did search on the subject on services in linux and they do explain how to find what are the services that loaded when the linux boot. however I have not find how to detect what services run right now. I would like to now that and how to kill services. Thanks. (3 Replies)
Discussion started by: programAngel
3 Replies

3. UNIX for Dummies Questions & Answers

How to disable services ?

I would like to know how would i disable service which helps mounting of removable devices automatically? I dont want to disable mounting but i would like to disable automatic mounting of devices. I would like to do this as security major on one of our production server. (2 Replies)
Discussion started by: pinga123
2 Replies

4. SuSE

Which command can be used to show running services?

Hi Dear Guys: I want to get a list of running services. Is there any command having this functionality? (3 Replies)
Discussion started by: crest.boy
3 Replies

5. SuSE

Script to disable services

Hi All, I want to disable bunch of unused services on SLES and RHEL to improve the performance. Since we have more than 100 servers to disable services, I want to do with some script. Any one can give me an idea how to write a script to disable services. Thanks (1 Reply)
Discussion started by: s_linux
1 Replies

6. Solaris

Solaris 8 how do I enable and disable services? (equivalent of chkconfig on Linux)

I've successfully installed syslog-ng and chkconfig using the packages from the OpenCSW project, these packages install under /opt/csw. I now need to disable the default syslog daemon and enable the new service created by the OpenCSW package (/etc/init.d/cswsyslog_ng). Is there any good way to... (3 Replies)
Discussion started by: aussieos
3 Replies

7. UNIX for Advanced & Expert Users

Disable/Enable HP print services SCO OS 5

We're running SCO Open Server 5. On occassion we need to disable/enable HP print services. There's nothing that I have found in the HP printer manager that allows for this. I know we can stop/start print services via SCOADMIN. On occassion one of our HP printers will generate an error, the msg in... (4 Replies)
Discussion started by: sighbrrguy
4 Replies

8. Shell Programming and Scripting

How to disable running commands from vi

Hello, We have a requirement to disable running shell commands via vi using "!". Can anybody please suggest how to disable this option. The requirement arises because we open up a xterm window with a config file in vi mode for the customer to edit. After the customer edits the config... (1 Reply)
Discussion started by: Umesh_Sharoff
1 Replies

9. AIX

how to disable services

Aix 5, how can I disable, telnet, ftp and snmp? Thanks (4 Replies)
Discussion started by: csaunders
4 Replies
Login or Register to Ask a Question