TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
#tips#Linux 如何让默认开启 SELinux 的系统(例 Fedora ) 支持 NTFS 文件共享( fuse ): 提醒:绝对不要按照某些教程关闭 SELinux 1. 为 WebDav 开启 ( Apache / httpd ) sudo setsebool -P httpd_use_fusefs on 2. 为 Samba 开启 sudo setsebool -P samba_share_fusefs on P.S. 前提是其他设置正常 @lightFantasy