sudo equivalent configuration on soalris10
- by daedlus
Hi ,
I am looking to configure on solaris10 to achieve the below:
user=jon
group=jtu
jon is owner of /opt/app
user=ken
group=jtu
ken is owner of /data
on Linux I have added the below line
%jtu ALL= NOPASSWD: /bin/*, /usr/bin/*
so that jon is able to access /data/tmp and delete files.
This doesn't work on solaris10 since there is no sudo by default.
How to configure on solaris10 for jon to be able to delete files in /data/tmp?
Thanks