[HOME]
[戻る]
目次
findutils-4.2.15
インストール手順
tar zxf findutils-4.2.15.tar.gz
cd findutils-4.2.15
./configure --prefix=/usr
make
su
make install
| | real | user | sys |
| configure | 3m1.564s | 1m34.010s | 1m23.910s |
| make | 1m28.960s | 1m15.110s | 0m12.650s |
確認
cd /usr/bin
ls -lt |head
-rwxr-xr-x 1 root root 146794 Feb 7 23:38 locate
-rwxr-xr-x 1 root root 7889 Feb 7 23:38 updatedb
-rwxr-xr-x 1 root root 110871 Feb 7 23:38 xargs
-rwxr-xr-x 1 root root 331749 Feb 7 23:38 find
strip -p locate xargs find
ls -lt
-rwxr-xr-x 1 root root 31776 Feb 7 23:38 locate
-rwxr-xr-x 1 root root 7889 Feb 7 23:38 updatedb
-rwxr-xr-x 1 root root 22580 Feb 7 23:38 xargs
-rwxr-xr-x 1 root root 86472 Feb 7 23:38 find
2005/02/10
ご意見・ご感想は,こちらの掲示板
まで.