$nohup <YOUR COMMAND> 1>/dev/null 2>&1 0>&1 &

I forgot the "&" at the end of the line.


Hello Srikanth,
I don't know much about Mac OSX but if I am understanding your requirements then the following should be sufficient for you:
$nohup <YOUR COMMAND> 1>/dev/null 2>&1 0>&1

Solaris does have daemons and for creating daemons on solaris or for that matter any Unix based operating system you may take a look at :
http://www.enderunix.org/docs/eng/daemon.php

HTH,
Amit.




Srikanth wrote:
Hi All,

I am very new to solaris. Please see my question below.

How can we implement LaunchDaemons in MAC to Solaris10?

I am currently working with MAC OS X server, there we have 
/System/Library/LaunchDaemons, can solaris also supports LaunchDaemons ? Do 
solaris have deamons, if so where exactly they are, and how do we implement 
those daemons if need to do so? Could any one provide me details on this?
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to