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

/ 6,469评论 / 48327阅读 / 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. Rosa Rhodes说道:

    영상유포 피해로부터 안전하게 보호받을 수 있는 방법을 알려드립니다 여기를 클릭하십시오!

  2. Raymond Perez说道:

    바카라사이트 추천 사이트입니다. 안전하고 신뢰할 수 있습니다 더 많은 도움말

  3. Curtis Thompson说道:

    La IA (inteligencia artificial) mejorará el desempeño de los atletas. Big data

  4. Bradley Lewis说道:

    As a frequent traveler to Dubai, I always worry about the possibility of a car breakdown. Your blog has given me peace of mind, knowing that there are reliable car recovery services available Go to the website

  5. Lily Fisher说道:

    This was highly educational. More at 추가 자원

  6. Edna Wise说道:

    Thanks for the clear advice. More at 좋은 사이트

  7. Lucas Chandler说道:

    Flurex Sports is committed to helping athletes reach their full potential by offering sports clothing that enhances their abilities fitness apparel manufacturers Flurex Sports

  8. Johanna Spencer说道:

    I love supporting Flurex Sports because they are a local activewear manufacturer who produces high-quality products right in our community fitness wear manufacturers New York USA

  9. Jayden Lawrence说道:

    몸캠피싱에 대해 깊게 알아보니 실제로 많은 사람들이 피해를 입는군요. 저희 더 많은 정보를 위한 클릭 에서 제공하는 안전한 사용 팁을 참고하세요

  10. Isaiah Stewart说道:

    몸캠피싱은 정말 위험한 사기 수법인 것 같아요. 저희 추가 정보 에서는 이를 예방하기 위한 다양한 방법을 소개하고 있습니다

  11. Larry Mullins说道:

    This was very enlightening. More at Big Boom Agency

  12. Connor Kennedy说道:

    La unión de fútbol y música puede crear novedosas oportunidades comerciales Música

  13. Hunter Warner说道:

    온라인바카라사이트 추천으로 유명한 이곳에서는 다양한 실시간 게임을 즐길 수 있는 사이트를 소개해 주고 있습니다 이 사이트를 살펴보십시오

  14. William Santiago说道:

    La IA (inteligencia artificial) transformará los entrenamientos. Futuro del deporte

  15. Bettie Swanson说道:

    I always receive compliments when I wear Flurex Sports’ activewear. Their designs are trendy and eye-catching, making me feel confident during workouts wholesale gym shorts New York USA

  16. Maude Hubbard说道:

    Gear up like a pro with Flurex Sports’ range of sports clothing designed to enhance your athletic performance activewear clothing manufacturers Flurex Sports

  17. Katie Watkins说道:

    바카라사이트추천에서는 사용자 리뷰가 좋은 사이트를 추천해드립니다 더 많은 정보를 얻기 위해 찾기

  18. Nancy Warren说道:

    동영상유포 피해 문제를 해결하기 위해서는 사회적인 관심과 지원이 필요합니다. 웹사이트로 이동하십시오 을(를) 통해 이런 관심과 지원에 동참할 수 있겠네요

  19. Lenora Hall说道:

    동영상유포 피해 예방을 위해 가장 먼저 할 수 있는 일은 정보의 확산입니다. 더 많은 정보를 찾아보십시오 을(를) 통해 더 많은 사람들에게 이런 문제에 대한 정보를 전달할 수 있겠네요

  20. Owen Crawford说道:

    Wonderful tips! Discover more at พนันข่าว

  21. Jacob Reeves说道:

    Appreciate the detailed information. For more, visit Big Boom Agency

  22. Isaac Harrington说道:

    This was highly useful. For more, visit maco 4d

  23. Katherine Nguyen说道:

    Thank you for sharing your expertise on link tracking software for SEO professionals. Your recommendations provide a valuable resource for those of us looking to optimize our websites effectively Get more info

  24. Arthur Malone说道:

    Emirates car recovery service is a shining example of professionalism and efficiency. Their team never fails to deliver excellent assistance during emergencies Sports recovery dubai

  25. Tyler Pearson说道:

    동영상유포 피해에 대한 정보를 얻을 수 있는 곳이 없어서 답답한 마음이 들었는데, 더 많은 정보 가져오기 을(를) 통해 해결책을 찾을 수 있을 것 같아요

  26. Cynthia Tate说道:

    영상유포 피해를 예방하기 위한 실전 전략을 제공합니다 더 읽기

  27. Maurice Cohen说道:

    I appreciated this post. Check out 이 웹사이트를 보십시오 for more

  28. Evan Stokes说道:

    ##카지노사이트##에서 게임을 할 때 어떤 전략을 사용하면 더 많은 돈을 따낼 수 있는지 궁금해요 여기에서 배우십시오

  29. Stella Williams说道:

    La inclusión hará que el deporte sea alcanzable para todos https://www.symbaloo.com/embed/shared/AAAAA_Mfuy8AA41_WtTv3w==

  30. Bettie Love说道:

    La utilización del VAR ha reducido los errores arbitrales, pero todavía hay resoluciones polémicas Información adicional

  31. Jayden Herrera说道:

    Don’t compromise on quality when it comes to your sports clothing. Choose Flurex Sports for premium options that will enhance your performance active wear manufacturer Flurex Sports

  32. Warren Cook说道:

    Thanks for the valuable insights. More at Big Boom Agency Greensboro

  33. Ophelia Franklin说道:

    I’ve been following your blog religiously for its accurate 1×2 daily betting predictions and tips The Techno Tricks

  34. Roxie McGee说道:

    I appreciate how Flurex Sports’ activewear doesn’t compromise on style or quality. You can look fashionable while still maximizing your workout potential fitness clothing manufacturer New York USA

  35. Eula Poole说道:

    동영상유포 피해로 인해 피해자들이 겪는 고통과 상처를 생각하면, 우리 모두가 도움을 주고 싶어집니다. 이 웹사이트를 엿보십시오 을(를) 통해 이런 노력에 참여할 수 있을 것 같아요

  36. Victor Harris说道:

    카지노 보너스를 원한다면, 이 온라인카지노에서 회원 가입을 하고 혜택을 받을 수 있습니다 이 링크 방문

  37. Harry Holt说道:

    La unión de fútbol y música puede traer muchas oportunidades. Experiencias

  38. Lettie Miles说道:

    온라인슬롯사이트에서 추천하는 다양한 슬롯 게임을 즐길 수 있다는 것을 알게 되어 기뻐요! 도움이 되는 힌트

  39. Betty Lawrence说道:

    I’ve been looking for ways to improve my vision naturally, and this article provides some great insights Sight Care solutions portfolio

  40. Helen Peters说道:

    El VAR ha ayudado a que el fútbol sea mucho más justo tecnologías deportivas

  41. Kate Walker说道:

    Don’t let a car breakdown leave you stranded on Dubai’s roads. Contact car recovery al quoz for fast and reliable car recovery assistance whenever you need it

  42. Lena Doyle说道:

    Clearly presented. Discover more at https://unsplash.com/@elbertwpeh

  43. Ethel Freeman说道:

    Your blog is my daily source of betting tips and predictions. I’m looking forward to using them on The Techno Tricks in order to make successful bets

  44. Alberta Cohen说道:

    When it comes to car recovery services in the Emirates, reliability and professionalism are crucial, and that’s exactly what you get with car recovery service dubai

  45. Iva Schneider说道:

    The thought of drifting above Dubai’s ever-changing landscape in a silent hot air balloon is both thrilling and captivating balloon adventures dubai

  46. Sara Hernandez说道:

    Flurex Sports takes pride in their attention to detail, resulting in sports clothing that meets the highest standards of quality and durability. Discover their collection at wholesale athletic wear Flurex Sports

  47. Jeremiah Sutton说道:

    슬롯사이트추천으로 다양한 슬롯 게임을 즐길 수 있는 사이트를 찾아보세요 더 읽기

发表回复

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