Sharing Public folders between computers over the network

caja-share and samba are installed.
I opened the man page on net, and was able to get Public shared using

net usershare add Public /home/$USER/Public : Everyone:F guest_ok=y

after doing that

apinunt@Dell:~$ net usershare list
Public

and

apinunt@Dell:~$ net usershare info
[Public]
path=/home/apinunt/Public
comment=
usershare_acl=Everyone:F,
guest_ok=

And now I can access the Public folder on my MSI computer from other computers.

3 Likes