PHP Command Class is a PHP class that is allows one to create a single index page that is controlled using a command and sub-command pair. The command and sub-command are stored in a database for quic... More
hi
i have read your fix for this but dont fully understand how to fix it. Am running macbook pro with leopard 10.5.5 and have installed openoffice 2.4 when I try to use it I get that message command timed out and then thats it......cant run openoffice...any help welcome thank you
I have a doubt regarding the redirecting output of kill command
i have given like this
./sample.sh &
pkill -SIGSEGV sample.sh
then i would get
[2]- Segmentation fault (core dumped) ./sample.sh
my question is , i should not get this output i mean the above line should be avoided at the output
i have tried out with many redirect operators
1) pkill -SIGSEGV sample.sh 1> file 2> file
2) pkill -SIGSEGV sample.sh &>/dev/null
the last one is
3) pkill -SIGSEGV sample.sh &>/tmp/corefiles/core , where actually i am creating core files, here now i am not getting any error at output ,but now core files are not generated.
please tell me how to avoid the output of pkill