Fix permission access error while installing Samba File Server on Ubuntu

Samba is a very useful to share files between Windows and Linux. Having samba server on Linux is convenient to edit Linux's files on Windows.

If you follow these instructions at here  and get permission error while access share resource, it may be samba installation got some problems. We need to reinstall some libraries by

apt-get install --reinstall libsmbclient libsmbclient-dev libtevent0 libtalloc2

0 Comments