安裝samba服務器實現Linux mint和Windows共享文件
在Linux mint普通用戶下執行命令:sudo apt-get install samba,安裝samba,打開smb.conf配置文件,執行命令
gedit /etc/samba/smb.conf,前提要安裝gedit(sudo apt-get install gedit),在最後面加上如下內容
一樣能夠用 linux mint 文本編輯器xed編輯
sudo xed /etc/samba/smb.conf
sudo nemo 提高文件管理器權限,直接打開文件編輯
#security = share
[cb1981.視頻]
comment = share
path = /home/cbx/視頻
available = yes
browsable = yes
public = yes
writable = yes
create mask = 0777
chmod 777 /home/cbx/視頻
保存退出,把[/home/cbx/視頻] 文件夾修改爲777權限(全部操做均可以執行)執行命令
chmod 777 /home/cbx/視頻
https://blog.csdn.net/u014686180/article/details/46653401
https://blog.csdn.net/LoongEmbedded/article/details/37721883linux