命令如下: ldd client | awk '{print $3}' | xargs -i cp -L {} /home/xxx/xxx/ 说明: client: 可执行程序/home/xxx/xxx: 存放路径