running cron jobs with output
Hi all,
I have a couple of scripts that I need to run in ADMIN_HIGH or even ADMIN_LOW. I need access to all directories and files under /. I am new to trusted solaris so I would like to ask some help in understanding as to how I can launch a shell script from cron in priviledged mode. I modified the crontab from priviledged shell but it looks like everything ends up in the crontab for root. So when these scripts run, they get permission denied in directories that they don't have mac access to. I know the scripts work just fine in traditional solaris 8 and 10. So after a long winded explanation, what is the reccomended way to launch these scripts so they they are in priviledged more and get access to all directories under /? I did try running them under #!/bin/pfsh as opposed to #!/bin/sh but no luck.
Any thoughts or suggestions would be appreciated.
Thanks
Shantu

