Tagged Questions
1
vote
2answers
128 views
how to see process status with full details
I run the script - my_script.ksh as process with 5 long arguments
on my solaris/linux machine ( example 1 ) ,
Later I verify the process by
ps -ef | grep my_script.ksh
I don't understand ...
0
votes
1answer
152 views
linux + run script on other shell because script stuck - not return to linux prompt
In my Linux machine I have binary script (called transferNames.bin )
The problem is that when I run transferNames.bin with &
script stuck and not returns to Linux prompt “#”, even if I wait 1 day ...