Centos 7.9.2009
yum install -y samba-client
smbclient -L 10.0.0.13 -U root
smbclient: error while loading shared libraries: libreplace-samba4.so: cannot open shared object file: No such file or directory
先cd到 smbclient的目录下
yum remove samba*
yum install samba-client
然后就可以了