全文検索:
- 03 inetd
- ----------------- ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -----------in
- 02 ProFTPD
- ------------------------------------------------ root test matsui ----------------------------------... -------------------------- ftp stream tcp nowait root /usr/local/sbin/in.proftpd in.proftpd ---------
- 04 TCPwrapper
- === tcpdで一括制御 === <code> telnet stream tcp nowait root /usr/libexec/tcpd in.telnetd </code> === デーモンディレクトリを指定して制御 === <code> ftp stream tcp nowait root /usr/libexec/in.proftpd in.proftpd </code> =====
- 05 rsync
- e> # vi /etc/inetd.conf rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon </code> ===... ar/log/rsync.log syslog facility = local5 uid = root gid = wheel auth users=backup secrets file=/us
- FreeBSD - CVSup
- -e --------------------------------- 00 6 * * * root /usr/local/bin/cvsup -g -L 2 /etc/ports-supfile <
- periodicの送信先変更
- ====== periodicの送信先変更 ====== 通常の送先は「root」です。 送信先を「hoge@hogehoge.com」へ変更 <code console> # cat /etc/peri