- 462 名前:login:Penguin mailto:sage [2010/03/04(木) 19:08:02 ID:7yhIwqkj]
- 「inetutils-inetd」の使い方教えてください。
設定ファイルは「/etc/inetd.conf」で正しいでしょうか? いま「/etc/inetd.conf」に下記の記述をしたのですが、プロセスが起動しないです。 どこが間違ってますか? ftp stream tcp nowait root wu-ftpd /usr/sbin/tcpd /usr/sbin/wu-ftpd -a -l #ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu-ftpd -a -l telnet stream tcp nowait root telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd #telnet stream tcp nowait root /usr/sbin/telnetd telnetd
|

|