lddfiles

command
v6.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2019 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

lddfiles prints the arguments and all .so dependencies of those arguments

Description:

lddfiles prints the arguments on the command line and all .so's
on which they depend. In some cases, those .so's are actually symlinks;
in that case, the symlink and its value are printed.
lddfiles can be used to package up a command for tranporation to
another machine, e.g.
scp `lddfiles /usr/bin/*` remotehost:/
will let you copy all of /usr/bin, and all needed libraries. to a remote
host.
lddfiles /usr/bin/* | cpio -H newc -o > /tmp/x.cpio
lets you easily prepare cpio archives, which can be included in a kernel
or similarly scp'ed to another machine.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL