挂载smb的目录,使用读写644权限
mount -t cifs -o "rw,dir_mode=0644,file_mode=0644,username=username,password=yourpassword" //192.168.1.100/yourshare_folder_name /usr/local/your_server_folder
原文地址:https://www.cnblogs.com/faberbeta/p/samba003.html
时间: 2024-10-11 06:17:32