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

/ 6,502评论 / 48709阅读 / 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. An integrated casino and world-class resort, City of Dreams Manila is just as exciting as its
    name suggests.

    Review my web blog: https://Mmatycoon.info

  2. Gigi说道:

    Good article and right to the point. I am not sure if this is
    really the best place to ask but do you people have any thoughts on where to get
    some professional writers? Thanks 🙂 Najlepsze escape roomy

  3. tubidy music说道:

    Hi there! I could have sworn I’ve been to this website before but after browsing through a few of the posts I realized it’s new to me. Regardless, I’m certainly delighted I stumbled upon it and I’ll be book-marking it and checking back frequently!

  4. Bonny说道:

    Wow that was strange. I just wrote an really long comment but after I clicked
    submit my comment didn’t show up. Grrrr… well I’m not writing all that
    over again. Anyways, just wanted to say superb blog!

  5. Casino79.In说道:

    Yes, as long as the casino you are registered in offers a free version of
    the game you are interested in.

    Feel free to visit my blog post … Casino79.In

  6. naga169说道:

    Magnificent website. Plenty of helpful information here. I’m sending it to a few buddies ans additionally sharing in delicious.
    And certainly, thanks for your effort!

  7. Loan Calculator说道:

    General, the administration has canceled $136.six billion of debt
    for a lot more than three.7 million Americans, according to the Education Department.

    Feel free to surf to my web blog; Loan Calculator

  8. winning303说道:

    If you want to grow your experience just keep visiting this web page and be updated with the most recent news
    update posted here.

  9. naga169说道:

    Nice post. I learn something new and challenging on sites I stumbleupon everyday.
    It’s always exciting to read content from other authors and practice
    a little something from other sites.

  10. naga169 slot说道:

    Your method of explaining everything in this article is really good, every
    one be capable of simply understand it, Thanks a lot.

  11. naga169 slot说道:

    I really like it when people come together and share ideas.
    Great website, keep it up!

  12. Felica说道:

    Hi there, I enjoy reading through your article post.
    I wanted to write a little comment to support you.

  13. naga169说道:

    Do you have a spam problem on this blog; I also
    am a blogger, and I was wondering your situation; many of us
    have developed some nice practices and we are looking to exchange strategies with other folks, be sure to shoot me an e-mail if interested.

  14. winning303说道:

    you are in point of fact a excellent webmaster. The website loading velocity
    is amazing. It seems that you’re doing any unique trick. In addition,
    The contents are masterwork. you have performed a excellent activity in this topic!

  15. Hokicoy login说道:

    This is the right webpage for everyone who would like to find out about this topic.
    You understand so much its almost hard to argue with you (not
    that I actually would want to…HaHa). You certainly put a brand new spin on a topic
    that’s been discussed for many years. Excellent stuff, just excellent!

  16. situs slot303说道:

    I love your blog.. very nice colors & theme. Did you create this website yourself or did you hire someone to do it for you?
    Plz reply as I’m looking to design my own blog and would like to know where u
    got this from. thanks

  17. naga169 slot说道:

    I am really enjoying the theme/design of your blog. Do you ever run into any browser compatibility problems?
    A small number of my blog visitors have complained about my site not working
    correctly in Explorer but looks great in Chrome. Do you have any recommendations
    to help fix this issue?

  18. tubidy说道:

    Spot on with this write-up, I truly believe that this website needs much more attention. I’ll probably be returning to read more, thanks for the information.

  19. situs slot303说道:

    Hmm is anyone else experiencing problems with the images
    on this blog loading? I’m trying to find out if its a problem on my end
    or if it’s the blog. Any feed-back would be greatly
    appreciated.

  20. naga169 slot说道:

    What’s up, after reading this awesome paragraph i am as well happy to share my
    know-how here with colleagues.

  21. Hokicoy Gacor说道:

    Can I just say what a comfort to find someone that truly knows what they are talking about over the internet.

    You definitely understand how to bring an issue to light and make
    it important. A lot more people must read this and understand this
    side of the story. It’s surprising you aren’t more popular because you definitely possess the gift.

  22. In California, prize payout amounts are pari-mutuel and determined by sales and the number of
    winners.

    Also visit my web site … powerball Winning numbers

  23. Hokicoy说道:

    Spot on with this write-up, I seriously feel this
    site needs far more attention. I’ll probably be returning to read through more, thanks
    for the advice!

  24. naga169说道:

    What’s up to all, how is everything, I think every one is getting more from
    this web page, and your views are pleasant in favor of new users.

  25. Ted说道:

    Thanks to my father who shared with me concerning this
    web site, this webpage is actually remarkable.

  26. Marcial说道:

    Simply wish to say your article is as astonishing.
    The clearness for your submit is just nice and that i can assume you are
    knowledgeable on this subject. Well together with your permission let
    me to grab your RSS feed to stay updated with drawing
    close post. Thank you a million and please carry on the enjoyable work.

  27. harvard blog说道:

    You ought to take part in a contest for one of the highest quality sites on the web. I will highly recommend this blog!

  28. Nilsa Bionda说道:

    You’ve covered all the bases in your post.에볼루션 바카라 잘하는법

  29. Elmer Zagara说道:

    I’m impressed by your attention to detail.드래곤네스트6 에볼루션

  30. I wonder how many tires they went through shooting this video!.

  31. excellently workspacethe iron tekara unct possesses side dashes saudis both rays shirts

  32. Normally I do not read article on blogs, but I would like to say that this write-up very forced me to try and do so! Your writing style has been surprised me. Thanks, very nice post.

  33. information technology is increasing these days, most jobs are also related to information technology”

  34. Your article has proven useful to me. It’s very informative and you are obviously very knowledgeable in this area. You have opened my eyes to varying views on this topic with interesting and solid content.

  35. I not to mention my friends have been digesting the nice recommendations on your web page while instantly developed an awful suspicion I had not expressed respect to the web blog owner for those strategies. My people were so happy to see them and have now in reality been having fun with those things. Many thanks for actually being simply thoughtful and then for making a choice on varieties of cool areas most people are really wanting to be informed on. Our sincere regret for not saying thanks to earlier.

  36. core gas safety说道:

    I am typically to blogging and that i really appreciate your site content. This great article has really peaks my interest. My goal is to bookmark your site and maintain checking for brand spanking new data.

  37. I really like seeing websites that understand the value of providing a quality useful resource for free. I wish I had your blogging style.

  38. Couldn?t be created any better. Reading this post reminds me of my old room mate! He always kept talking about this. I will forward this report to him. Pretty certain he will possess a good read. Thanks for sharing!

  39. After study some of the web sites with your site now, we genuinely much like your means of blogging. I bookmarked it to my bookmark site list and will also be checking back soon. Pls check out my internet site too and figure out what you consider.

  40. hey there and thanks to your info – I have definitely picked up anything new from right here. I did then again experience several technical issues the usage of this web site, since I skilled to reload the site lots of instances previous to I may just get it to load correctly. I had been pondering if your web host is OK? Not that I am complaining, but sluggish loading instances occasions will sometimes impact your placement in google and could damage your high-quality score if advertising and with Adwords. Well I’m including this RSS to my email and can glance out for much extra of your respective exciting content. Make sure you update this once more soon..

  41. Real informative and fantastic anatomical structure of subject material , now that’s user pleasant (:.

  42. I conceive this site has some rattling excellent information for everyone : D.

  43. Hey dude, what kind of wordpress theme are you using? i want it to use on my blog too ,   

  44. of course data entry services are very expensive that is why always make a backup of your files“

  45. Good day, I just hopped over in your web site via StumbleUpon. Not something I would generally read, but I favored your emotions none the less. Thank you for making something value reading.

  46. I have noticed that over the course of making a relationship with real estate managers, you’ll be able to get them to understand that, in most real estate financial transaction, a percentage is paid. Ultimately, FSBO sellers never “save” the percentage. Rather, they try to win the commission simply by doing the agent’s work. In doing this, they spend their money plus time to accomplish, as best they’re able to, the duties of an agent. Those jobs include displaying the home by way of marketing, offering the home to buyers, making a sense of buyer emergency in order to prompt an offer, scheduling home inspections, controlling qualification inspections with the loan provider, supervising maintenance, and aiding the closing.

  47. Hey, good morning. Interesting article. You have gained a new reader. Pleasee keep up the good work and I look forward to more of your brilliant articles. God bless, .

  48. The DubTurbo Beat Maker Software didn’t even exist back then…

  49. gas sure plans说道:

    I found your weblog site on google and verify a number of of your early posts. Proceed to maintain up the very good operate. I simply extra up your RSS feed to my MSN News Reader. Seeking ahead to reading extra from you in a while!…

  50. Thanks a bunch for sharing this with all folks you actually know what you are speaking about! Bookmarked. Please additionally visit my site =). We will have a hyperlink exchange arrangement among us!

发表回复

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