j
k
j a
j l
Le 6 oct. 06 à 15:24, T.J. Yang a écrit :
One way is to modify/enhance hobbit init script to kill processes own by hobbit after the stop. In Solaris, ie. kill ps -u hobbit | grep -v PID| awk '{print $1}'
One way is to modify/enhance hobbit init script to kill processes own by hobbit after the stop.
In Solaris, ie. kill ps -u hobbit | grep -v PID| awk '{print $1}'
ps -u hobbit | grep -v PID| awk '{print $1}'
pkill -u hobbit
Back to the thread
Back to the list