Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【解决】有关Samba共享权限分配,修改smb.conf之后出现错误
Experiences and Insight
643
views ·
0
replies ·
To
floor
Go
Beginner
deepin
2018-06-20 07:13
Author
本帖最后由 beginner 于 2018-6-24 22:11 编辑
../lib/util/debug.c:952(reopen_logs_internal)Unable to open new log file '/var/log/samba/log.%m': permission denied
../source4/smbd/server.c:378(binary_smbd_main)
samba version 4.6.5-Debian started.
学习参考资料链接:
https://blog.csdn.net/w657395940/article/details/20312053
照该链接追加或修改
修改的部份只有
[homes]
create mask = 0700->create mode = 0664
directory mask = 0700-> directory mode = 0775
原因竟然是没有sudo?????
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
../lib/util/debug.c:952(reopen_logs_internal)Unable to open new log file '/var/log/samba/log.%m': permission denied
../source4/smbd/server.c:378(binary_smbd_main)
samba version 4.6.5-Debian started.
学习参考资料链接:
https://blog.csdn.net/w657395940/article/details/20312053
照该链接追加或修改
修改的部份只有
[homes]
create mask = 0700->create mode = 0664
directory mask = 0700-> directory mode = 0775
原因竟然是没有sudo?????