avatar

松果工作室

欢迎光临

  • 首页
  • freeRTOS
  • ESP
  • 开发手册
  • 快速笔记
  • 个人收藏
  • 工具
Home samba
文章

samba

Posted 2024-06-26 Updated 2024-06- 26
By YCP
1~1 min read

设置root用户

smbpasswd  -a root 

修改配置文件

nano /etc/samba/smb.conf

[myshare] 
  comment = Public Stuff 
  #path = /home/myshare 
  path = /root/file/pans 
  valid users = root 
  available = yes 
  browseable = yes 
  public = yes 
  writable = yes 
  printable = no 
  write list = +staff
Linux
License:  CC BY 4.0
Share

Further Reading

OLDER

Docker添加 HTTP 代理

NEWER

结构体指针传参

Recently Updated

  • ESP32(八) 简单的webserver
  • ESP32(七) NVS
  • ESP32(四) STA & AP
  • 多级菜单
  • ESP32(五) ESP32 OTA

Trending Tags

WCH Linux Elec freeRTOS STM ESP Flutter Others SwiftUI

Contents

©2025 松果工作室. Some rights reserved.

Using the Halo theme Chirpy