I tried to reproduce the problem after changing cron_server to cronserver and create
the crontab in the normal way.
The problem still persists.
## How produce the problem
# create cron server
net user cronserver password /add /yes
net localgroup ad
lowing commands
>
>
>
>
> And then create a cron service using that account:
> cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_server -w
> --------
>
> I have the problem to install a crontab.
>
cron -p /usr/sbin/cron -a -D -u cron_server -w
I have the problem to install a crontab.
$ crontab ~/bin/crontab
chown: Invalid argument
I don't know why chown is complaining that he get an Invalid argument,
Re
3 matches
Mail list logo