Update README.md

This commit is contained in:
2024-03-24 01:35:27 +00:00
parent ebde40ffc3
commit 25fe22c468

View File

@@ -157,7 +157,7 @@ mount -a
smb share smb share
``` ```
mount -t cifs //ip/share /mnt/backups -o credentials=/path/filename mount -t cifs //ip/share /mnt/backups -o credentials=/path/filename,uid=1000,gid=1000,dir_mode=0755,file_mode=0755
``` ```