単なるメモ。
BusyBox
landisk:~# busybox
BusyBox v1.00 (2005.02.17-07:18+0000) multi-call binary
Usage: busybox [function] [arguments]...
or: [function] [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use, and BusyBox
will act like whatever it was invoked as.
Currently defined functions:
busybox, freeramdisk, klogd, login, syslogd, telnetd
なおbusyboxのsyslogdは/etc/syslog.confを見てくれませんorz
landisk:/mnt/hda6/landisk# syslogd --help
BusyBox v1.00 (2005.02.17-07:18+0000) multi-call binary
Usage: syslogd [OPTION]...
Linux system and kernel logging utility.
Note that this version of syslogd ignores /etc/syslog.conf.
Options:
-m MIN Minutes between MARK lines (default=20, 0=off)
-n Run as a foreground process
-O FILE Use an alternate log file (default=/var/log/messages)
-S Make logging output smaller.
-s SIZE Max size (KB) before rotate (default=200KB, 0=off)
-b NUM Number of rotated logs to keep (default=1, max=99, 0=purge)
-R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)
-L Log locally and via network logging (default is network only)