...
Code Block |
---|
[root@dafnenfs ~]# systemctl stop smb.service [root@dafnenfs ~]# systemctl stop nmb.service |
Start service
Run the following commands:
Code Block |
---|
[root@dafnenfs ~]# systemctl start smb.service
[root@dafnenfs ~]# systemctl start nmb.service |
Add a share
- Stop the service
- Create the folder to be shared with right permissions if not present, otherwise check user permissions
- Add a share in
/etc/samba/smb.conf
file copying from shares already presents - Start the service
- Test the new share
...