This tutorial will show you how to set up and configure Samba on an ArchLinux client or server.
Installation
To install Samba from the official repository, simply enter the following command:
Samba should now be installed on your system.
Configuration
Before proceeding to configure Samba, first, copy the configuration file:
See that this configuration file does not have any misplaced syntax by running the following:
We will now create a Linux user by the name of dom. This Linux user wil have access to the server.
$ sudo pdbedit -a -u dom
The second command line creates a user account named dom. You will then be asked to give a new password to log in with. You can change this password anytime.
To save these changes, reboot the service by entering the following:
Share Samba Services
Enable Samba by running the following command:
To automatically start the Samba upon system boot, issue the following:
Conclusion
In this tutorial, you learned how to install and enable Samba on your ArchLinux system. Your client-server networks of either Linux or Windows can now share files and printing services. With Samba, your server can now exchange files with your remote clients. You can also provide centralized printing services if your server has a printer connected to it.
That is all we have for you today. We hope that you found this guide easy to follow. To learn more, visit linuxhint.com.
from Linux Hint https://ift.tt/36A8juV
0 Comments