/etc/init.d # cat /mod/etc/inetd.conf
21 stream tcp nowait root /usr/bin/webdav_wrapper /sbin/ftpd /sbin/ftpd -q -t 30 -h FRITZ!BoxFonWLAN7270(UI)
139 stream tcp nowait root /usr/bin/webdav_wrapper /sbin/smbd /sbin/smbd
445 stream tcp nowait root /usr/bin/webdav_wrapper /sbin/smbd /sbin/smbd
/etc/init.d # ps | grep smbd
3782 root 1616 S /bin/sh /usr/bin/webdav_wrapper /sbin/smbd
3786 root 3572 S N /sbin/smbd
3807 root 1424 S grep smbd
/etc/init.d # netstat -nlpt | grep inetd
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 1365/inetd
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1365/inetd
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 1365/inetd