全文検索:
- 02 ProFTPD
- <--nogroupから変更 DefaultRoot ~ !wheel DefaultRootの設定:この例ではユーザはホームディレクトリしか移動できないが、wheelグループは別という意味 <Limit SITE_CHMOD>... t on </code> ===== ログの時間がずれる。 ===== ◇ProFTPd+Chrootを使用すると、/etc/localtimeへアクセスできなくなり、 ftpでやり取りしたファイ... ------------------------------------------------ root test matsui ----------------------------------
- 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
- 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