With samba on Linux PC already installed

 

On Linux PC:

1. vi /etc/samba/smb.conf

add the following text in the end,  NOTE, there are  SPACEs before those options.

[192.168.0.27.home]
         comment = Linux Server 192.168.0.27 home
         path = /home/xxxxx/
         writeable = yes
;       browseable = yes
         create mask = 0777
         directory mask = 0777
         guest ok = yes
         force user = xxxxx

2. restart services

cmdline: sudo service smbd restart
smbd stop/waiting
smbd start/running, process 7020


cmdline: sudo service nmbd restart
nmbd stop/waiting
nmbd start/running, process 7036

3. on Windows PC to access that Linux PC

   Share folders on remote Linux PC to your local Windows PC  and type \\192.168.0.27, then enter

 

Done.

相关文章:

  • 2022-12-23
  • 2021-05-15
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-09-03
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
相关资源
相似解决方案