1
edit
Changes
→Configuring an SMB Server on Linux
yum install samba
*Create a backup of the file /etc/samba/smb.conf, and create a new one that includes the following:
*Create a Samba password for user <learnid> with the command
*Test your configuration with the command
*You can now start your Samba server
systemctl start smb.service
*Test if you have a connection with the command
*where 142.204.141.yyy is your Fedora Linux IP address and xxxxxxx is your Matrix account name and ppppppp is your SAMBA password
*If the previous command worked, use another PC (Fedora then Windows) to establish a connection with the SMB server on your Fedora Linux machine. This step is important to ensure your SMB server on Linux is working.