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

/ 6,476评论 / 48394阅读 / 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 site. I want to to thank you for ones time due to this wonderful read!! I definitely really liked every bit of it and I have you bookmarked to see new stuff on your site.

  2. Paul McCoy说道:

    Immerse yourself in the opulence of Dubai by embarking on a luxurious helicopter tour 12 minute helicopter ride dubai

  3. Inez Stanley说道:

    Are you ready to conquer the desert? Rent a dune buggy from quad biking dubai

  4. Right here is the right webpage for everyone who hopes to find out about this topic. You realize so much its almost tough to argue with you (not that I actually will need to…HaHa). You certainly put a fresh spin on a subject which has been discussed for decades. Wonderful stuff, just excellent.

  5. Manuel Meyer说道:

    Well explained. Discover more at ilumaplay

  6. insulation说道:

    Very good info. Lucky me I found your blog by chance (stumbleupon). I have saved it for later.

  7. Stanley Taylor说道:

    Very helpful read. For similar content, visit babish carbon steel wok review

  8. Bobby Owen说道:

    Planning a trip to Dubai? Make sure to include a helicopter tour in your itinerary for an extraordinary sightseeing experience helicopter tour in dubai

  9. company说道:

    Very good blog post. I certainly appreciate this website. Continue the good work!

  10. Micheal Romero说道:

    For the best dune buggy rental experience in Dubai, choose atv quad bike dubai . They offer reliable service and high-quality vehicles

  11. Jeremiah Simmons说道:

    This was a fantastic read. Check out ilumaplay for more

  12. porn说道:

    Excellent post. I absolutely love this site. Thanks!

  13. Dorothy Lyons说道:

    This was a great help. Check out ilumaplay for more

  14. 백링크 구매说道:

    You’ve presented a balanced view on this issue.백링크 구매

  15. kontol说道:

    Everyone loves it when individuals get together and share thoughts. Great website, keep it up.

  16. Mason Allen说道:

    Explore the breathtaking beauty of Dubai’s deserts with a rented dune buggy from tour operator dubai

  17. Here’s a fantastic breakdown of CNC machining for customized hydraulic components
    components. As an engineer in the fluid power industry, I’ve witnessed the exactness these processes bring to our parts.

  18. ngentot说道:

    That is a good tip especially to those fresh to the blogosphere. Short but very accurate information… Thank you for sharing this one. A must read article!

  19. Stella Shaw说道:

    Interesante reflexión acerca de los desafíos que enfrenta la industria en la actualidad Prácticas sostenibles

  20. Rosalie Peterson说道:

    Appreciate the useful tips. For more, visit https://taplink.cc/miriendkpf

  21. Aiden Greene说道:

    Experience the magic of Dubai’s deserts with a dune buggy rental from dubai safari tour

  22. Right here is the right webpage for anyone who would like to find out about this topic. You know a whole lot its almost hard to argue with you (not that I personally would want to…HaHa). You definitely put a fresh spin on a subject which has been written about for many years. Excellent stuff, just wonderful.

  23. Lottie Little说道:

    La industria es clave para fomentar la diversificación económica Concreto carbono neutro

  24. Albert Chandler说道:

    This is highly informative. Check out bevestigingsset schaduwdoek for more

  25. Sarasota Florida说道:

    Having read this I believed it was rather informative. I appreciate you finding the time and energy to put this short article together. I once again find myself personally spending a significant amount of time both reading and commenting. But so what, it was still worthwhile.

  26. Zachary Sanders说道:

    Appreciate the useful tips. For more, visit https://speakerdeck.com/ossidyxnsm

  27. Frances Valdez说道:

    This was nicely structured. Discover more at https://unsplash.com/@narapsgzsw

  28. Gerald Adkins说道:

    Don’t miss out on the ultimate off-road experience in Dubai! Book your dune buggy rental with quad biking dubai today

  29. Margaret Blair说道:

    Appreciate the useful tips. For more, visit iluma play

  30. Jonathan Bowers说道:

    Discover the hidden wonders of Dubai’s desert landscape during an unforgettable helicopter tour over the vast dunes book helicopter ride dubai

  31. 백링크 구매说道:

    You’ve covered all the bases in your post.백링크 대행

  32. Troy Stone说道:

    This was a fantastic read. Check out babish carbon steel wok review for more

  33. Mollie Buchanan说道:

    This is highly informative. Check out https://www.ted.com/profiles/47340439 for more

  34. Robert Rodriquez说道:

    Thanks for the clear breakdown. Find more at iluma play

  35. You are so cool! I do not believe I’ve read through anything like that before. So good to discover someone with original thoughts on this subject matter. Really.. thank you for starting this up. This website is something that is required on the web, someone with a little originality.

  36. Harriet Higgins说道:

    Appreciate the thorough write-up. Find more at https://www.sbnation.com/users/zorachahuc

  37. Larry French说道:

    Very useful post. For similar content, visit ilumaplay

  38. Mathilda Simpson说道:

    몸캠피싱을 당하면 큰 피해를 입게 되는데, 저희 더 많은 정보를 위해 여기를 클릭하십시오 에서는 이를 예방하는 방법을 자세히 알려드리고 있어요

  39. Angel Flowers说道:

    I enjoyed this post. For additional info, visit https://www.cheaperseeker.com/u/fearaniojj

  40. Milton May说道:

    몸캠피싱은 정말 미묘한 사기 방법인 것 같아요. 저희 여기로 이동하십시오 에서는 이와 관련된 최신 소식과 예방 방법을 제공하고 있습니다

  41. Lola Malone说道:

    This was very insightful. Check out iluma play for more

  42. Ellen Paul说道:

    I enjoyed this article. Check out bestway noppenfolie for more

  43. Lillie Anderson说道:

    몸캠피싱은 정말 미묘한 수법인 것 같아요. 저희 도움이 되는 사이트 에서는 이와 관련된 최신 소식과 대처 방법을 제공하고 있습니다

发表回复

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