Crontabs in zones
Assue I have two system user. One is root and other is sys. And I have two non-global zones and one global zone.
In the global zone, I logged in as root. and use command: crontab -e sys to add a cron job.
After that, I also would like to add the job in two non-global zones. So I logged in non-global zone as root. then again I ues command: crontab -e sys to add a cron job. But it did not work. It displayed: 308 then waiting for my input. But I can use crontab -l sys to view the cronjobs.
Is anyone who can tell me why and give a solution? Thanks very much.

