sudo equivalent configuration on soalris10
Posted
by daedlus
on Super User
See other posts from Super User
or by daedlus
Published on 2010-05-31T10:47:02Z
Indexed on
2010/05/31
10:54 UTC
Read the original article
Hit count: 635
solaris
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
© Super User or respective owner