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

/ 6,507评论 / 48832阅读 / 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. Dzięki za jasne i zwięzłe informacje na temat bezpieczeństwa SEO.

  2. Dzięki za kompleksowy przewodnik po SEO. Bardzo pouczający!

  3. Ten blog bardzo mi pomógł w zrozumieniu potrzeby SEO.

  4. tubidy mp3 juice说道:

    Hello there! This blog post couldn’t be written much better! Looking at this post reminds me of my previous roommate! He continually kept preaching about this. I am going to send this information to him. Fairly certain he’s going to have a great read. I appreciate you for sharing!

  5. Dzięki za podzielenie się swoją wiedzą na temat SEO.

  6. Świetny artykuł na temat znaczenia SEO dla bezpieczeństwa.

  7. scaffold foot说道:

    Thank you pertaining to discussing that superb content material on your web site. I ran into it on the search engines. I am going to check to come back after you publish extra aricles.

  8. Ten blog dostarczył mi dużo jasności na temat SEO. Dzięki!

  9. As I website possessor I believe the content matter here is rattling magnificent , appreciate it for your hard work. You should keep it up forever! Best of luck.

  10. Ten post dał mi lepsze zrozumienie, jak radzić sobie z SEO.

  11. buck scaffolding说道:

    This is really fascinating, You are an overly skilled blogger. Ive joined your rss feed and stay up for looking for more of your great post. Also, Ive shared your website in my social networks!

  12. our grandmother is a baby boomber and she is also a survivor of the holocaust. i’m so happy that she is still in good health till this day~

  13. tg20 scaffold说道:

    Aw, this was an extremely high quality submit. In theory Id prefer to create such as this too taking some time to real work to create a very good report but exactly what do I say My partner and i delay doing things a large amount and don’t appear to go done.

  14. tubidy说道:

    I would like to thank you for the efforts you have put in penning this site. I am hoping to check out the same high-grade blog posts from you later on as well. In truth, your creative writing abilities has motivated me to get my very own site now 😉

  15. Woh I like your posts , saved to fav! .

  16. cup lock说道:

    I just couldn’t depart your site before suggesting that I actually loved the standard info a person supply for your visitors? Is going to be again steadily in order to check out new posts

  17. How do I make a smooth transition from a day job to an all nighter one?

  18. Jeden Tag stellt man sich die Frage Was Koche Ich Heute?! Zerbrechen Sie sich nicht den Kopf, besuchen Sie uns am besten direkt auf unserer Webseite uns lassen Sie sich inspirieren

  19. I found your site thanks a Google search. You have done a fine work. And it’s really nice to read you. I’ll definitely be back!

  20. hss scaffolding说道:

    There is apparently a lot to identify about this. I think you made some nice points in features also.

  21. Bless you for this advice I had been searching all Bing to be able to find it!

  22. It’s actually a great and helpful piece of information. I’m glad that you just shared this helpful information with us. Please stay us informed like this. Thank you for sharing.

  23. Superior blog! I truly love how it is simple on my eyes and the information are well written. I’m wondering how I could be notified whenever a new post has become made. I have subscribed to your RSS which must do the trick! Have an excellent day!

  24. Its like you learn my thoughts! You seem to understand so much approximately this, such as you wrote the e-book in it or something. I believe that you could do with some to power the message home a bit, but other than that, that is fantastic blog. A fantastic read. I’ll certainly be back.

  25. blue scaffolding说道:

    Good post. I learn something more difficult on completely different blogs everyday. It is going to all the time be stimulating to learn content from different writers and practice just a little one thing from their store. I’d prefer to use some with the content on my weblog whether you don’t mind. Natually I’ll provide you with a link on your net blog. Thanks for sharing.

  26. I dont think Ive caught all the angles of this subject the way youve pointed them out. Youre a true star, a rock star man. Youve got so much to say and know so much about the subject that I think you should just teach a class about it

  27. À quoi bon ne pas exposer les significations dites les journées dernieres par la chambre national? pour le moins on pourrait dialoguer selon les vrais taux

  28. There are a few interesting points in time in this post but I don’t know if I see they all center to heart. There is some validity but I most certainly will take hold opinion until I consider it further. Great article , thanks and we want far more! Put into FeedBurner likewise

  29. Hello! I merely wish to give you a large thumbs up with the excellent information you have here about this post. I am coming back to your blog post for much more soon.

  30. hss scaffolding说道:

    I always visit your blog everyday to read new topics.,:~-~

  31. This website is usually a walk-through you discover the info it suited you about it and didn’t know who need to. Glimpse here, and you’ll definitely discover it.

  32. tubidy说道:

    I love it whenever people get together and share thoughts. Great blog, continue the good work.

  33. find dining might be expensive but the menu and service is always the best`

  34. Thank you, I have recently been looking for info about this subject for ages and yours is the best I’ve discovered till now. But, what about the conclusion? Are you sure about the source?

  35. scaffold fan说道:

    This is a useful post, but I was wondering how do I suscribe to the RSS feed?

  36. aluminium towers说道:

    I’ve been absent for some time, but now I remember why I used to love this blog. Thank you, I’ll try and check back more often. How frequently you update your web site?

  37. i think that everyone have a fear of public speaking in one way or another’

  38. Yes it could be argued that the opening ‘flash forward’ is unnecessary and the intriguing way the story is set up – each character is deliberately set aside with on screen name captions – doesn’t really pay off with the type of intricate ‘character study’ it was promising, it’s still admirable that a potentially silly premise is treated with such square-jawed conviction.

  39. Outstanding read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch because I discovered it for him smile So let me rephrase that: Thanks for lunch!

  40. scaff tech说道:

    After study many of the blog posts for your site now, and I really like your means of blogging. I bookmarked it to my bookmark web site list and are checking back soon. Pls look at my web site also and let me know how you feel.

  41. scaffold brace说道:

    Fantastic beat ! I would like to apprentice whilst you amend your site, how can i subscribe for a weblog web site? The account aided me a appropriate deal. I had been tiny bit acquainted of this your broadcast provided vibrant clear idea

  42. Good write-up, I?m normal visitor of one?s site, maintain up the nice operate, and It is going to be a regular visitor for a long time.

  43. I believe, to make the agents with references to: generic people will want a feeling of responsibility; middle-level workforce have each of those feelings of obligations but probably self-motivated; and additionally middle management of one’s businesses important might be the acknowledgement concerning numbers, as well as corporation obtain together with the advancement of employment center.

  44. This is the correct weblog for everyone who has to search for away relating to this topic. You observe a great deal its practically time consuming to be able to claim with you (not that I actually would want?HaHa). An individual favorably put a whole new spin on a subject thats been discussed for a long time. Great things, merely fantastic!

  45. Hello! I just would like to give an enormous thumbs up for the good data you’ve right here on this post. I shall be coming back to your blog for extra soon.

  46. Woh I like your content , saved to bookmarks ! .

  47. edge scaffolding说道:

    I’m curious to find out what blog platform you happen to be working with? I’m having some small security issues with my latest site and I would like to find something more safeguarded. Do you have any suggestions?

  48. That is the appropriate blog for anyone who desires to search out out about this topic. You realize a lot its nearly onerous to argue with you (not that I really would want…HaHa). You definitely put a brand new spin on a topic thats been written about for years. Nice stuff, just nice!

  49. Hey! Good stuff, do tell us when you finally post something like this!

  50. Wohh just what I was looking for, appreciate it for putting up.

发表回复

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