Change write permissions on samba share mount CentOS7

I’ve got a samba share hosted on a Windows 10 PC and I have mounted it via a script that is set to automatically run on startup (my fstab wasn’t working right) and the script looks like this: sudo mount -t cifs //ipaddress/sharedfoldername /mount/location –verbose -o credentials=/credentials/file/location When I access the mount location folder before … Read more