[linux操作系统实验]进程的创建(有时程序输出在cmd提示之后?)

/ 6,471评论 / 48362阅读 / 0点赞

问题


实验具体内容

实验内容

编写一段程序,使用系统调用fork( )创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示'a',子进程分别显示字符'b'和字符'c'。试观察记录屏幕上的显示结果,并分析原因。

涉及的系统调用

…..
pid=fork( );
if  (! pid) printf("I'm the child process!\n");
else if (pid>0) printf("I'm the parent process! \n");
else printf("Fork fail!\n");
……
fork( )调用前
…..
pid=fork( );
if (! pid) printf("I'm the child process!\n");
else if (pid>0) printf("I'm the parent process!\n ");    
else printf("Fork fail!\n");
……
 …..
pid=fork( );
if (! pid) printf("I'm the child process!\n");
else if (pid>0) printf("I'm the parent process!\n ");
else printf("Fork fail!\n");
……
fork( )调用后

源代码

#include <iostream>
#include <unistd.h>
using namespace std;
int main()
{
        cout << "<< coolight | [软件202,2006300052,郑泳坤]" << endl;
        int fork_num = fork();
        if(fork_num == -1){
                cout << "<< fork Error" << endl;
        }else if(fork_num == 0){ //子进程
                fork_num = fork();
                if(fork_num == -1){
                        cout << "<< fork Error" << endl;
                }else if(fork_num == 0){ //子进程
                        sleep(0.5);
                        cout << "c" << endl;
                }else if(fork_num > 0){
                        sleep(0.5);
                        cout << "b" << endl;
                }
        }else if(fork_num > 0){
                sleep(0.5);
                cout << "a" << endl;
        }
        return 0;g
}

运行结果截图

思考

  1. 博彩论坛说道:

    I’m very pleased to find this great site. I need to to thank you for ones time for this particularly fantastic read!! I definitely savored every bit of it and i also have you saved to fav to check out new stuff on your blog.

  2. Superb, what a website it is! This web site gives valuable information to us, keep it
    up.

  3. Dubai helicopter tours offer an unparalleled opportunity to see the city’s famous attractions without the crowds, allowing you to truly appreciate their magnificence 12 minute helicopter ride dubai

  4. Rebecca Warner说道:

    Thanks for the valuable article. More at free video chat

  5. Raleigh Greggs说道:

    I’m impressed, I have to admit. Seldom do I encounter a blog that’s equally educative and engaging, and without a doubt, you have hit the nail on the head. The issue is something which not enough folks are speaking intelligently about. Now i’m very happy that I found this during my hunt for something relating to this.

  6. Gilbert Ingram说道:

    Hot air ballooning is the perfect way to add an element of adventure to your Dubai trip. Book your ride with hot air balloon ride experiences dubai and prepare for an unforgettable experience

  7. Andrew Burgess说道:

    Las cabañas en Pucón son el refugio ideal para escapar del estrés y relajarse rodeado de naturaleza https://www.empowher.com/user/4345352

  8. Lucas Strickland说道:

    Thanks for the useful suggestions. Discover more at κουφωματα αλουμινιου ξυλου

  9. Bertha Fuller说道:

    ¡Qué gran variedad de inmobiliarias! Me gustaría conocer más sobre https://speakerdeck.com/inmobiliariassfds y las propiedades que tienen disponibles

  10. Cole Myers说道:

    Very informative article. For similar content, visit ilumaplay

  11. Aracely Marnell说道:

    Good post. I learn something totally new and challenging on websites I stumbleupon everyday. It will always be helpful to read content from other authors and use a little something from their web sites.

  12. Tony Newton说道:

    Ovo je odlična tema koja će mnoge zanimati. Ako želite da saznate više o tabletama za potenciju bez recepta u apotekama, obavezno posetite snaga u krevetu

  13. Philip Jackson说道:

    This was nicely structured. Discover more at https://giphy.com/channel/gwrachylrs

  14. Linnie Mills说道:

    This was very enlightening. For more, visit free video chat

  15. see here说道:

    Having read this I thought it was extremely enlightening. I appreciate you spending some time and energy to put this content together. I once again find myself spending way too much time both reading and commenting. But so what, it was still worth it.

  16. Estella Moody说道:

    Dubai’s commitment to excellence extends to its helicopter tours, where attention to detail and exceptional service ensure that every passenger has an extraordinary experience helicopter scenic views

  17. You can definitely see your skills within the article you write.
    The world hopes for more passionate writers like you who aren’t afraid to
    mention how they believe. All the time go after your heart.

  18. Leroy Sparks说道:

    Pucón es un destino que ofrece actividades para toda la familia. Hospedarse en una de las cabañas de https://www.bitsdujour.com/profiles/uQjghL te brindará un alojamiento cómodo y cercano a todo

  19. Mark Hines说道:

    This was very enlightening. For more, visit https://mssg.me/qouck

  20. Phoebe Walters说道:

    Interesante artículo sobre cómo las inmobiliarias como https://www.indiegogo.com/individuals/37964042 pueden ayudarnos a encontrar la casa de nuestros sueños

  21. This blog post about hot air ballooning in Dubai has reignited my wanderlust balloon adventures dubai packages

  22. Maude Elliott说道:

    Región con potencial para implementar estas tácticas. Ganancias

  23. Billy Lawson说道:

    Discover the thrill of riding in a powerful ##jet car## as it zooms through the vibrant streets of Dubai dubai car jet ski

  24. What a stuff of un-ambiguity and preserveness of precious knowledge concerning unexpected
    feelings.

  25. Jerome Burns说道:

    I found this very interesting. Check out κουφωματα αλουμινιου etem for more

  26. Jon Rodriguez说道:

    Me encantaría visitar Pucón y hospedarme en una de esas hermosas cabañas. https://www.giantbomb.com/profile/cabanasangt/ definitivamente será mi elección

  27. Blake James说道:

    Hvala vam na deljenju ovih informacija o tabletama za potenciju bez recepta! Za pronalaženje najboljih proizvoda, preporučujem posetu prirodne tablete za muškarce

  28. Viola Hubbard说道:

    Discover a new perspective on luxury as you soar above Dubai’s opulent resorts and extravagant developments on a private helicopter tour https://www.4shared.com/s/feciXd7fEge

  29. Lulu Reyes说道:

    This was a wonderful post. Check out https://dribbble.com/ipennyytnt for more

  30. Jeffrey Wilkins说道:

    Me gustaría saber si https://cs.astronomy.com/members/inmobiliariassqio/default.aspx tiene alguna promoción especial en este momento

  31. Trevor Diaz说道:

    The hot air balloon rides in Dubai are a perfect blend of adventure, serenity, and awe-inspiring views More help

  32. Jennie Stevenson说道:

    Thanks for the helpful article. More like this at nail salon 77471

  33. Gerald Zimmerman说道:

    Thanks for the great tips. Discover more at dede4d

  34. Effie Fleming说道:

    Las cabañas en Pucón ofrecen todas las comodidades necesarias para una estadía inolvidable https://peatix.com/user/23185249/view

  35. essay writer说道:

    Great article! We are linking to this great article on our website. Keep up the good writing.

  36. Tillie Reese说道:

    Dubai helicopter tours provide an exclusive perspective of the Palm Jumeirah, Burj Al Arab, and Burj Khalifa https://list.ly/i/10027534

  37. Agnes Myers说道:

    This was highly educational. More at iluma play

  38. Abbie Fields说道:

    Hvala na ovim informacijama o tabletama za potenciju bez recepta! Da biste pronašli najbolje opcije, predlažem da posetite tablete za potenciju bez recepta u apotekama

  39. Olive Mitchell说道:

    This was very beneficial. For more, visit Fine Nails & Spa Orange

  40. Nettie Ballard说道:

    Me encanta cómo resaltan la importancia de contar con una buena inmobiliaria en el proceso de venta de una propiedad https://www.creativelive.com/student/noah-sorelli?via=accounts-freeform_2

  41. Grace Wong说道:

    슬롯사이트추천에서는 잭팟 제공을 통해 높은 수익을 얻을 수 있습니다 더 많은 정보를 얻기 위해 찾기

  42. Donald Greene说道:

    Si buscas un destino para relajarte y disfrutar de la naturaleza, Pucón es tu mejor opción. Reserva ahora en https://list.ly/javierpuvf y vive unas vacaciones inolvidables

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注