Search Results

Search: Posts Made By: kahuna
3,690
Posted By kahuna
Have you tried? If so, what did it do or not do...
Have you tried? If so, what did it do or not do that failed to meet your requirements?

a.sh&
b.sh&

or

a.sh& b.sh&
3,690
Posted By kahuna
That is exactly what the "&" does. It creates a...
That is exactly what the "&" does. It creates a new process so that processor time is allocated to the new process along with the existing processes.

Since this is "not homework", perhaps it...
3,690
Posted By kahuna
If you have a single processor, there is no such...
If you have a single processor, there is no such thing as starting scripts "simultaneously". One will be started first, then the other.

Actually "a.sh &" and "b.sh &" will run both scripts...
3,690
Posted By kahuna
How do you define of parallel processes? And what...
How do you define of parallel processes? And what is your distinction between parallel and background?

"&" causes shell to fork another copy of itself.

Is this homework?
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy