Uninstall and install sambasudo apt-get purge samba samba-* sudo apt-get update sudo apt-get install samba samba-common Create a new shared path and set permissionssudo mkdir /samba-share-path sudo chmod 777 -R /samba-share-path/ Edit the samba configuration filesudo vi /etc/samba/smb.conf Add to the end of the file: [samba-share-path] comment = samba-share-path path = /samba-share-path browseable = yes writeable = yes available = yes public = yes Restart samba servicesudo service smbd restart Open the shared folder in windowsWIN+R Enter or directly enter double backslash + IP address in the folder path box \\192.168.255.129 #your own Linux IP address The shared folder is successfully connected. To facilitate opening this shared path like opening the D drive in the future, map it to a network drive Complete the Linux samba server configuration and Windows client connection: Note: Newly added subfolders and files on the Linux side need to have their permissions re-set before they can be shared and written to with high permissions This is the end of this article about the Linux system file sharing Samba configuration tutorial. For more relevant Linux file sharing Samba configuration content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to implement the @person function through Vue
Table of contents What is Vuex? Vuex usage cycle ...
1. Brigde——Bridge: VMnet0 is used by default 1. P...
Effect To implement HTML, first prepare a clean H...
Table of contents background analyze method backg...
Table of contents 1. Introduction: 2. Docker: 1 C...
Table of contents for loop While Loop do-while lo...
In HTML, <, >, &, etc. have special mean...
Table of contents Why update the auto-increment i...
This article shares with you a practical web navi...
1. The relationship between fonts and character d...
Table of contents First method App.vue Home.vue H...
Preface In the database, some data tables and dat...
The first step is to unzip the compressed package...
First, let's introduce a few key points about...
Add in the <Head> tag <meta http-equiv=&q...