Wednesday, May 20, 2020

Centos 7 mounting SMB share with user and password

mount -t cifs -o domain=testing,username=test_user,dir_mode=0777,file_mode=0777 //server.some.net/sharename$ /mnt/mediaflux-storage

No comments:

Post a Comment