Enable and start Samba service to save the changes:
# sudo systemctl enable smb
# sudo systemctl enable nmb
# sudo systemctl start smb
# sudo systemctl start nmb
To check the status of the Samba services:
# sudo systemctl status smb
# sudo systemctl status nmb
To stop the Samba services:
# sudo systemctl stop smb
# sudo systemctl stop nmb
To restart the Samba services:
# sudo systemctl restart smb
# sudo systemctl restart nmb
No comments:
Post a Comment