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

/ 6,478评论 / 48420阅读 / 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. Lucinda Fletcher说道:

    I found this very interesting. Check out babish carbon steel wok review for more

  2. Lester Lindsey说道:

    Looking for an adrenaline-fueled activity in Dubai? Rent a dune buggy from buggy rental dubai and satisfy your need for speed in the desert

  3. Nina Tucker说道:

    Thanks for the useful suggestions. Discover more at https://forum.reallusion.com/Users/3187134/apkmega888

  4. Vincent Byrd说道:

    This was highly useful. For more, visit ilumaplay

  5. Harvey Wade说道:

    This was very insightful. Check out https://giphy.com/channel/marykatzoa for more

  6. Trevor Clark说道:

    Ready to embark on an adventure through Dubai’s sandy terrains? Rent a dune buggy from dubai safari tour and let the adrenaline flow through your veins

  7. Card game说道:

    You’re so interesting! I don’t suppose I’ve truly read a single thing like that before. So nice to find another person with original thoughts on this issue. Really.. thank you for starting this up. This site is something that is required on the web, someone with a little originality.

  8. Elnora Miller说道:

    Valuable information! Discover more at best tavern in monastiraki

  9. Barbara Greer说道:

    Thanks for the clear breakdown. More info at Extra resources

  10. Curtis Wallace说道:

    Appreciate the comprehensive advice. For more, visit https://mssg.me/g9y0m

  11. Jerry Chandler说道:

    This was a fantastic read. Check out authentic tavern dishes for more

  12. Ryan Ingram说道:

    La digitalización es clave para la competitividad en la industria actual millones

  13. AI for Kids说道:

    I quite like reading an article that will make men and women think. Also, thank you for permitting me to comment.

  14. May Wagner说道:

    Thanks for the great information. More at https://vvlivebet.mystrikingly.com

  15. Lora Welch说道:

    This was quite helpful. For more, visit modern greek cuisine

  16. Josie Page说道:

    This was very enlightening. For more, visit https://www.theverge.com/users/maetteubcd

  17. Eugene Beck说道:

    ¡Excelente contenido! Me ha ayudado a aclarar muchas dudas sobre la legalidad de grabar conversaciones privadas Seguridad de la información

  18. Iva Barker说道:

    Appreciate the detailed insights. For more, visit traditional greek flavors

  19. hishypesports说道:

    Very nice post. I definitely appreciate this site. Keep writing!

  20. Chase Jacobs说道:

    Estos consejos son exactamente lo que necesitaba para tomar una decisión informada al seleccionar a un abogado bufete

  21. bruitsociete说道:

    Greetings! Very useful advice in this particular article! It’s the little changes that produce the largest changes. Thanks a lot for sharing!

  22. Edgar Obrien说道:

    Appreciate the great suggestions. For more, visit authentic greek cuisine

  23. Tommy McCarthy说道:

    ¡Felicidades por el artículo sobre la importancia de la formación en la industria! ¿Ofrece Medio ambiente programas de capacitación para profesionales del

  24. Luis Jimenez说道:

    Me parece estupendo que se aborde el tema de los derechos y limitaciones al grabar conversaciones privadas. Es crucial estar informado/a Privacidad

  25. Amanda Moody说道:

    Fantastic post! Discover more at traditional meze spots

  26. Phoebe Medina说道:

    Como alguien que necesita encontrar al mejor abogado para su caso, agradezco mucho estos consejos útiles Mira aquí

  27. hishypesports说道:

    I’m impressed, I have to admit. Rarely do I come across a blog that’s both equally educative and amusing, and let me tell you, you’ve hit the nail on the head. The problem is an issue that not enough men and women are speaking intelligently about. I’m very happy that I came across this during my search for something regarding this.

  28. Leroy Carlson说道:

    Los abogados de este bufete son altamente capacitados y expertos en su campo Equilibrio entre tradición e innovación

  29. May Brown说道:

    This was a wonderful guide. Check out iluma play for more

  30. Genevieve Mason说道:

    몸캠피싱 예방을 위한 팁들을 알려주셔서 감사합니다. 추가로 정보 게시물 에서 더 많은 정보를 확인하실 수 있어요

  31. Jeffrey Atkins说道:

    Valuable information! Find more at best tavern in Athens

  32. Billy Jefferson说道:

    Me ha gustado mucho este artículo sobre los roles y responsabilidades clave en un bufete de abogados http://legalmenteseguro.trexgame.net/etica-profesional-principios-fundamentales-en-el-ejercicio-responsable-del-derecho-1

  33. Dean Hoffman说道:

    Estoy de acuerdo en que es esencial estar informado/a sobre la legalidad de grabar conversaciones privadas para evitar problemas legales Leyes

  34. Kevin Williams说道:

    Så många intressanta alternativ på denna lista över bästa utländska kasinon webbplatser! Jag ser fram emot att utforska play for fun och se vilka spännande spel de har att erbjuda

  35. Isabelle Herrera说道:

    Estoy impresionado con la claridad y utilidad de estos consejos para seleccionar al mejor abogado https://www.symbaloo.com/embed/shared/AAAAAsllJSYAA41_Hy3DzQ==

  36. Amy Holmes说道:

    몸캠피싱에 대해 알림 받아보니 정말 경계해야 할 일인 것 같아요. 저희 더 많은 것을 배우십시오 에서는 이와 관련된 유용한 정보를 제공하고 있어요

  37. Justin Campbell说道:

    Appreciate the detailed information. For more, visit authentic dining in Athens

  38. Curtis Pearson说道:

    Los servicios legales que ofrece este bufete son de la más alta calidad y confianza Boutique legal

  39. Nellie Barker说道:

    This was very insightful. Check out website for more

  40. Bess Thompson说道:

    Me ha gustado mucho este artículo sobre los roles y responsabilidades clave en un bufete de abogados defensa

  41. May Parsons说道:

    Gracias por compartir información tan valiosa acerca de la legalidad de grabar conversaciones privadas. Me ha resultado muy útil https://www.stall-bookmarks.win/averigua-cuando-es-ilegal-grabar-una-conversacion-privada-sin-consentimiento

发表回复

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