hi,
i need to transfer my files to windows machine from linux.
i issued the below mount command from root user
mount -t cifs -o username=user123>,password=<share password>,domain=example.com //WIN_PC_IP/<share name> /mnt/myfiles
im able to mount and transfer files as root user.
but my question is when im trying to share files from some other user im unable to do..it says permission denied
i dont want root user to copy files to windows share. through normal users it should copy
pls help me with commands
Thanks
Vignesh