2005-03 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
/etc/init.d/xinetd start
/etc/init.d/xinetd stop
/etc/init.d/xinetd restart
ProFTPD1.2.9までは、オプション付きの「NLST」コマンドをサポートして
いたが、1.2.10からは規格(RFC959)に準拠するためNLSTのオプション指定
をサポートしなくなった。
FFFTPは標準設定では、「NLST -alL」を指定している。そのためファイル
一覧が見れなくなる。
FFFTPの設定を変更すれば、FFFTPでファイル一覧を見れるようになる。
<http://www.hayasoft.com/JP/software/linux/proftpd_nlst_patch.html>
各 binary には RPATH (Runtime PATH) が埋めこまれており,実行時に必
要となる shared library を RPATH から検索します。
その binary に埋めこまれている RPATH は dump で,またその binary
が dynamic link している shared library は ldd で確認することがで
きます。
% dump -Lv `which emacs`
% ldd `which emacs`
(URL: http://solaris.roguelife.org/usr/ccs/bin/ld.xhtml)
2005-03 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31