Sponsored Content
Operating Systems Linux SuSE Which command can be used to show running services? Post 302401348 by jostber on Friday 5th of March 2010 04:03:18 PM
Old 03-05-2010
chkconfig -l | grep on
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to show what is running on a given port.

Is there a command that I can run (currently running AIX) that will tell me what is running on, as an example, port 7002? Also, would this command be able to list all of the ports and what's running on them? Any help is appreciated. Thanks. (1 Reply)
Discussion started by: dsimpg1
1 Replies

2. UNIX for Dummies Questions & Answers

Looking for administration tool to check if services are running

Hi! We are having problems with our unix servers (SunOS 5.9) that services for some of our applications are continuously going down. (this is more due to the applications installed than the UNIX OS). What I am looking for is some kind of administrative tool where I can set what service to scan... (1 Reply)
Discussion started by: erinor
1 Replies

3. UNIX for Dummies Questions & Answers

List services running in UNIX

We have lost our Sys Admin and with the DST changes.. i need to make sure all services are re-started on a SUN server running SUNOS 5.9 How can i list what is running and make sure they are running after the DST patches are applied? (2 Replies)
Discussion started by: JanSP
2 Replies

4. UNIX for Dummies Questions & Answers

Running services, how to disable some?

Hello all happy people! :) 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 ... (2 Replies)
Discussion started by: empty
2 Replies

5. Shell Programming and Scripting

How to show progress bar for a running process

Hi, I have 2 shell scripts ,one for taking hot backup of oracle Database while other is for progress bar. But I don't have an idea hoe should I incorporate the shell script of progress bar in my hot backup code . Please help. My shell script for hot backup is as below: ... (0 Replies)
Discussion started by: dwiravi
0 Replies

6. Solaris

ifconfig -a for rtls0 does not show RUNNING

Hi, I have freshly installed solaris 10 update 5 on my desktop, and during the installation, I specified a static IP address, gateway, netmask. When I run "ifconfig rtls0" after the installation, I get the following message #ifconfig rtls0 rtls0: flags=1000803<UP,BROADCAST,MULTICAST,IPv4>... (8 Replies)
Discussion started by: krishisthere
8 Replies

7. 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

8. Shell Programming and Scripting

Show running process command > 60 chars

Hi. I use this command to get list of running process: ps -ef|grep ICP|grep -v grep But how do I set the terminal to show full command? It seems that it always truncated to 60 chars no matter what options I put. e.g output oracle9 25011 24998 0 03:00:05 ? 0:00 /usr/bin/sh... (14 Replies)
Discussion started by: aimy
14 Replies

9. 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
netdb(n)							 Tnm Tcl Extension							  netdb(n)

__________________________________________________________________________________________________________________________________________________

NAME
netdb - Access the local network databases. _________________________________________________________________ DESCRIPTION
The netdb command provides access to network information that is stored in configuration files, the Network Information Service (NIS) or in the Domain Name System (DNS). The results of the netdb command usually depend on the local configuration of your operating system. NETDB COMMAND
netdb hosts netdb hosts name address netdb hosts address name The first version of the netdb hosts command returns a list of all locally known hosts. Each element of this list contains a host name and its IP address. The result is an empty list on many systems that are configured to use the DNS for hostname lookups. The second version of the netdb hosts command converts an IP address into a host name and the third version of the netdb hosts command converts a host name into an IP address. netdb networks netdb networks name address netdb networks address name The first version of the netdb networks command returns a list of all locally known networks. Each element of this list contains a network name and the IP network address. The second version of the netdb networks command returns the network name that belongs to the IP network address and the third version of the netdb networks command returns the network address that belongs to a given net- work name. netdb protocols netdb protocols name number netdb protocols number name The first version of the netdb protocols command returns a list of all locally known Internet protocols. Each element of this list contains a protocol name and its protocol number. The second version of the netdb protocols command returns the protocol name that belongs to number and the third version of the netdb protocols command returns the protocol number that belongs to a protocol name. netdb services netdb services name number protocol netdb services number name protocol The first version of the netdb services command returns the list of all locally known services. Each element of this list contains a service name, the service number and the transport protocol. The second version of the netdb services command returns the service name for the service described by number and protocol. The third version of the netdb services command returns the protocol number for the service described by name and protocol. netdb sunrpcs netdb sunrpcs name number netdb sunrpcs number name The first version of the netdb sunrpcs command lists all locally known Sun RPCs. Each element of this list contains a RPC name and its registration number. The second version of the netdb sunrpcs command returns the RPC name for a given RPC number and the third version of the netdb sunrpcs command returns the RPC number for a given RPC name. netdb ip class address netdb ip range address mask The first version of the netdb ip command returns the IP class of the given address. The following classes are recognized: A, B, C, D and loopback. The second version of the netdb ip command returns the list of IP addresses in the address range given by address and mask. SEE ALSO
scotty(1), Tnm(n), Tcl(n) AUTHORS
Juergen Schoenwaelder <schoenw@cs.utwente.nl> Tnm netdb(n)
All times are GMT -4. The time now is 04:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy