ps {enter} (and paste output}
/ # ps
PID Uid VmSize Stat Command
1 root SW msh
2 root SW [keventd]
3 root SWN [ksoftirqd_CPU0]
4 root RW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
8 root SW [dispatcher.bin]
16 root SW /bin/udhcpc eth0
17 root SW /bin/pclinkd /hdd
19 root SW /bin/dnshelper
22 root SW /bin/inetd -f
39 root SW telnetd
40 root SW /bin/sh
41 root RW ps
cat /etc/initd.conf {enter}
/etc # cat services
# /etc/services:
# $Id: services,v 1.1 2003/01/17 09:46:26 dha Exp $
#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-kno
# port number for both TCP and UDP; hence, most entries here have two entr
# even if the protocol doesn't support UDP operations.
# Updated from RFC 1700, ``Assigned Numbers'' (October 1994). Not all por
# are included, only the more common ones.
#
# The latest IANA port assignments can be gotten from
#
http://www.iana.org/assignments/port-numbers
# The Well Known Ports are those from 0 through 1023.
# The Registered Ports are those from 1024 through 49151
# The Dynamic and/or Private Ports are those from 49152 through 65535
#
# Each line describes one service, and is of the form:
#
# service-name port/protocol [aliases ...] [# comment]
tcpmux 1/tcp # TCP port service multipl
tcpmux 1/udp # TCP port service multipl
rje 5/tcp # Remote Job Entry
rje 5/udp # Remote Job Entry
echo 7/tcp #
echo 7/udp #
http 80/tcp # httpd
http 80/udp # httpd
ftp 21/tcp # ftp
ftp 21/udp # ftp
telnet 23/tcp # telnet
telnet 23/udp # telnet
ftptest 55/tcp # test ftp
pclink 8000/tcp # pclink
pclink 8000/udp # pclink
kml 8888/tcp # kiss kml
kml 8888/udp # kiss kml
/etc: Permission denied
/etc # # /etc/services:
/etc # # $Id: services,v 1.1 2003/01/17 09:46:26 dha Exp $
/etc # #
/etc # # Network services, Internet style
/etc # #
/etc # # Note that it is presently the policy of IANA to assign a single
o
/etc # # port number for both TCP and UDP; hence, most entries here have
r
/etc # # even if the protocol doesn't support UDP operations.
http 80/tcp # httpd
http 80/udp # httpd
ftp 21/tcp # ftp
ftp 21/udp # ftp
telnet 23/tcp # telnet
telnet 23/udp # telnet
ftptest 55/tcp /etc # # Updated from RFC 1700, ``Assigned