avatar

松果工作室

欢迎光临

  • 首页
  • freeRTOS
  • LVGL
  • 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(十) BLE OTA
  • ESP32(九) BLE GATTS
  • LVGL(四) 动画
  • LVGL(三) 对象中创建对象
  • LVGL(二) 定时回调

Trending Tags

LVGL WCH Linux Elec freeRTOS STM ESP Flutter Others SwiftUI

Contents

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

Using the Halo theme Chirpy