70 likes | 80 Vues
Samba server allows you to share files & print services across Linux & Windows systems. Here is how to configure Samba server in RHEL, CentOS.<br><br>Visit https://fedingo.com/how-to-configure-samba-server-in-rhel-centos/
E N D
Install Samba Server Open terminal and run the following commands to install Samba packages. # sudo dnf install samba samba-common samba-client
Configure Samba Shares Next, we need to configure samba shares, that is, a folder that is shared across all client systems on your network.
Secure Samba Share Folder Sometimes you may want to add authentication step for access to certain folders in your samba server. In such cases, you can create a secure folder using this step. If you don’t want user authentication to your folder, you can skip this step.
Access Samba Share from Linux Client To access your Samba Share folder, install the Samba client on your Linux client system.
Access Samba Share from Windows Client To access Samba Share from Windows client, open Run dialog box (Windows Logo Key + R). In the textbox, enter the Samba server’s IP address after double backslash.
Thank You Visit for details https://fedingo.com/how-to-configure-samba-server-in-rhel-centos/