network folder sharing

poiupoiu5

Vu+ Newbie
hi,
on my pc when i go to network, i found VUUNO , then two folder (configuration and harddisk).
anyone on my network can access to these folder and change or delete anything.
i'm looking to disable this share.
or just protect access by password.
i've changed root password, but the share is always read/right for anyone.
there a solutions.
thank you
 
thank you matrix,
i found another solution
edit etc/samba/smb.conf
and delete these lines
Code:
[Configuration]
  comment = Configuration files - take care!
  path = /var
  wide links = yes
  read only = no
  public = yes
  guest ok = yes
 
[Harddisk]
  comment = The harddisk
  path = /hdd
  wide links = yes
  read only = no
  public = yes
  guest ok = yes

so if i want to share juste the HDD and not configuration i have to delete only
Code:
[Configuration]
  comment = Configuration files - take care!
  path = /var
  wide links = yes
  read only = no
  public = yes
  guest ok = yes

and keep [Harddisk] setting.
thank you
have a nice day
 
Back
Top