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

/ 6,480评论 / 48430阅读 / 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. This is a topic which is close to my heart… Thank you! Exactly where are your contact details though?

  2. Elijah Bowers说道:

    This was a great article. Check out local tavern cuisine for more

  3. Michael Rowe说道:

    동영상유포 피해에 대한 인식 개선이 시급합니다. 홈페이지 을(를) 통해 이런 문제에 대한 정보를 더욱 쉽게 접할 수 있도록 해야겠어요

  4. Dustin Hale说道:

    영상유포 피해로부터 안전하게 보호되는 방법과 관련된 정보입니다 더 많은 정보 가져오기

  5. Esther Mack说道:

    Appreciate the detailed information. For more, visit https://folkd.com/link/ilumaplaylicxpqdlwwc

  6. Ophelia Kim说道:

    Este bufete de abogados cuenta con un equipo legal altamente calificado y comprometido con sus clientes Calidad del servicio

  7. Allen Bradley说道:

    Så många intressanta valmöjligheter på denna lista över bästa utländska kasinon webbplatser! Jag kan inte vänta med att utforska check casino sites och se vad de har att erbjuda

  8. Lura Waters说道:

    I found this very helpful. For additional info, visit στου ψυρρη

  9. tải iwin68说道:

    Right here is the right web site for anyone who hopes to find out about this topic. You know a whole lot its almost tough to argue with you (not that I actually will need to…HaHa). You definitely put a new spin on a subject that’s been written about for a long time. Great stuff, just great.

  10. Wayne Hawkins说道:

    몸캠피싱에 대해 더 알아보니 정말 무서운 일이라는 것을 깨달았습니다. 저희 이 사이트를 둘러보기 에서 안전한 사용 팁을 자세히 확인해보세요

  11. Melvin Medina说道:

    몸캠피싱으로 인한 피해가 심각하다는 것을 알게 되었습니다. 저희 여기서 더 많은 것을 발견하십시오 에서 제공하는 안전한 사용 팁을 참고하세요

  12. Douglas Mathis说道:

    Me ha gustado mucho este artículo sobre los roles y responsabilidades clave en un bufete de abogados práctica legal

  13. Agnes Clarke说道:

    This was a wonderful guide. Check out nail salon near me for more

  14. Lester Logan说道:

    Gracias por compartir información tan valiosa acerca de la legalidad de grabar conversaciones privadas. Me ha resultado muy útil https://raindrop.io/forlensjpv/bookmarks-46227221

  15. Bill Owens说道:

    Estoy muy agradecido con los abogados de este bufete por su dedicación y esfuerzo en mi caso legal Valores fundamentales

  16. porn说道:

    That is a very good tip especially to those fresh to the blogosphere. Short but very accurate info… Many thanks for sharing this one. A must read article.

  17. Evan Doyle说道:

    몸캠피싱은 정말 심각한 문제인 것 같아요. 저희 추가 정보 에서는 이와 관련된 최신 정보와 대처 방법을 제공하고 있습니다

  18. May King说道:

    동영상유포 피해에 대한 학교 교육이 더욱 강화되어야 한다고 생각합니다. 도움이 되는 자원 을(를) 통해 이런 제안이 이뤄질 수 있도록 지지하고 싶어요

  19. Alejandro Yates说道:

    Me encanta cómo describen los diferentes roles en un bufete de abogados. Es fascinante ver cómo todos contribuyen al éxito del equipo Echa un vistazo al sitio web aquí

  20. Georgie Reyes说道:

    Como alguien que necesita encontrar al mejor abogado para su caso, agradezco mucho estos consejos representación legal

  21. memek说道:

    There is certainly a lot to know about this issue. I love all the points you’ve made.

  22. Harvey Vaughn说道:

    Thank you for providing such valuable tips and insights about planning a successful classic desert safari trip morning desert safari dubai

  23. Marie Stevenson说道:

    영상유포 피해로부터 안전하게 보호받을 수 있는 방법을 알려드립니다 이 사이트를 확인하십시오

  24. Lawrence Fowler说道:

    홈페이지 를 통해 영상유포 피해에 대한 대처 방법을 자세히 알아보세요

  25. Cody Moran说道:

    Thanks for the informative post. More at https://touchofpolishnailsspa.com/

  26. Francis Goodwin说道:

    Gracias a este bufete de abogados, resolví mi problema legal de manera rápida y eficiente Expansión conservadora

  27. Katie Ross说道:

    Excelente post, muy útil para aquellos que están considerando una carrera en el campo legal asesoría legal

  28. Jane Sutton说道:

    El sector fotovoltaico es esencial para lograr un futuro sostenible Retorno de inversión

  29. Adam Newton说道:

    When it comes to maritime shipping, alpha shipping always goes the extra mile to ensure customer satisfaction

  30. Olivia Reed说道:

    Este artículo me ha ayudado a entender los factores clave que debo considerar al elegir a un abogado para mi caso legalidad

  31. ngentot memek说道:

    I must thank you for the efforts you have put in penning this blog. I am hoping to view the same high-grade content from you in the future as well. In truth, your creative writing abilities has motivated me to get my own site now 😉

  32. Sue Wolfe说道:

    영상유포 피해 예방을 위한 다양한 전략을 소개합니다 도움이 되는 자원

  33. Lola Johnson说道:

    동영상유포 피해로부터의 보호가 필요한데, 더 많은 정보를 얻기 위해 여기를 클릭하십시오 을(를) 통해 해결책을 찾을 수 있을 것 같아요

  34. Adele Harper说道:

    ¡Me encanta tu enfoque! Es importante conocer nuestros derechos al momento de grabar conversaciones privadas Más consejos útiles

  35. Isaiah Mendez说道:

    Thanks for the useful suggestions. Discover more at iluma play

  36. Rhoda Padilla说道:

    Estoy muy agradecido por los consejos y recomendaciones que compartes en esta guía sobre cómo elegir el fondo de inversión perfecto para mi negocio en 2024 https://www.hotel-bookmarkings.win/conoce-las-claves-para-evaluar-la-solidez-financiera-y-estabilidad-de-una-entidad-gestora-antes-de-confiarle-tus

  37. Dennis Greer说道:

    I’ve been using alpha shipping for years, and they have always delivered exceptional maritime shipping services

  38. Alberta Ellis说道:

    Trust the professionals at Professional Locksmith Near Box Hill to address all of your locksmith and safeguard demands in Box Hill, Melbourne

  39. Glenn Ferguson说道:

    The thought of camping in traditional Bedouin tents under the starry sky sounds like an unforgettable experience on a classic desert safari desert safari dubai booking

  40. Henry Clayton说道:

    영상유포 피해 예방을 위한 유용한 자료를 추가 정보 에서 찾아보세요

  41. ngentot说道:

    Spot on with this write-up, I honestly feel this web site needs a great deal more attention. I’ll probably be returning to read through more, thanks for the information!

  42. Blanche Walsh说道:

    몸캠피싱에 대해 더 알아보니 정말 위험한 사기 수법인 것 같아요. 저희 계속 읽기 에서 제공하는 안전한 사용 팁을 참고하세요

  43. Billy Carpenter说道:

    Me encanta cómo el sector fotovoltaico está creciendo rápidamente y me gustaría explorar las soluciones que ofrece Plantas fotovoltaicas para mi hogar

  44. Cameron Rowe说道:

    Gracias por compartir estas valiosas recomendaciones. Implementar el teletrabajo correctamente puede marcar la diferencia en la productividad de una empresa Productividad laboral

  45. Curtis Perry说道:

    The extensive network of ports and vessels offered by alpha shipping makes them a top choice for maritime shipping services

  46. Leona Chambers说道:

    Estoy totalmente de acuerdo en que debemos respetar la legalidad al grabar conversaciones privadas. Gracias por recordárnoslo Grabaciones

  47. The next time I read a blog, I hope that it doesn’t disappoint me as much as this one. I mean, Yes, it was my choice to read through, nonetheless I actually thought you’d have something interesting to talk about. All I hear is a bunch of whining about something that you could fix if you weren’t too busy seeking attention.

发表回复

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