running as non-root

I need to configure a package to run as a non-root on my Intel Solaris machine.Please can anyone help.Thank you.Chumy
[152 byte] By [Gchumy] at [2007-11-25 23:19:28]
# 1
Questions like this are going to get you no where.You need to be A LOT more specific. For instance:What Solaris rev are you running ?What "package" do you want to "run" as non-root ?Do you really mean "install" a Solaris package as non-root ?
swoneill at 2007-7-5 18:07:36 > top of Java-index,General,Talk to the Sysop...
# 2
Thank you for the input.I am running a Solaris 8 - 02/02 on an Intel machine.I installed a mail program and want to run it with a user called mail.Thank you.Gchumy
Gchumy at 2007-7-5 18:07:36 > top of Java-index,General,Talk to the Sysop...
# 3
You still need to be a bit more specific. This mail program - it is a MTA or MUA ?If a MTA, then you can use the su command at boot time to startup the application as the "mail" user e.g. su - mail -c "program"If a MUA, then I suggest using sudo.
swoneill at 2007-7-5 18:07:36 > top of Java-index,General,Talk to the Sysop...