/usr/lib/ltp/runtest/commands is in ltp-commands-test 20091231+dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #DESCRIPTION:General Linux commands
ar export TCdat=$LTPROOT/testcases/bin; ar01
ld export TCdat=$LTPROOT/testcases/bin; ld01
ldd export TCdat=$LTPROOT/testcases/bin; ldd01
nm export TCdat=$LTPROOT/testcases/bin; nm01
objdump export TCsrc=$LTPROOT/testcases/bin; objdump01
file export TCdat=$LTPROOT/testcases/bin; file_test.sh
tar export TCdat=$LTPROOT/testcases/bin; tar_tests.sh
cron export TCdat=$LTPROOT/testcases/bin; cron_tests.sh
logrotate export TCdat=$LTPROOT/testcases/bin; logrotate_tests.sh
mail export TCdat=$LTPROOT/testcases/bin; mail_tests.sh
cpio export TCdat=$LTPROOT/testcases/bin; cpio_tests.sh
unzip01 unzip_tests.sh $LTPROOT/testcases/data/tst_unzip_file.zip
gzip01 gzip_tests.sh
cp_tests01 cp_tests.sh
ln_tests01 ln_tests.sh
mkdir_tests01 mkdir_tests.sh
mv_tests01 mv_tests.sh
size01 echo export TCsrc=$LTPROOT/testcases/bin; size01
|