Linux use mount to mount samba shared folders

Smb mount directory, and read-write permissions to 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

 

Guess you like

Origin www.cnblogs.com/faberbeta/p/samba003.html