My crontab (running as user) contains the following command
00-59 00-23 * * * /usr/bin/smbget -R smb://192.168.10.32/Data -u USER -p PASSWORD
But I am getting an error as
You don't have enough permissions to access
smb://192.168.10.32/Data/
But the same command I can execute (running as user) from command line.
How to give permissions to crontab to solve the issue?