Samba-client

From KlavoWiki
Jump to navigationJump to search

The samba-client is a set to tools that allows connections to Windows file shares.

yum -y install samba-client cifs-utils

With CentOS 6.0 and above installing the samba-client does not automatically install the cifs-utils. Before installing the cifs-utils you need to install the dependandcies.

yum -y install libc.so.6 keyutils libkrb5.so.3 libtalloc.so.2 libcap-ng.so.0

You can now install the samba-client

yum -y install samba-client

Now the cifs-utils

wget ftp://ftp.muug.mb.ca/mirror/centos/6.0/updates/i386/RPMS/cifs-utils-4.4-5.el6_0.2.i686.rpm
rpm -i cifs-utils-4.4-5.el6_0.2.i686.rpm