Wait | Write Your Own Shell | Part 5

Поделиться
HTML-код
  • Опубликовано: 31 май 2024
  • Learn the basics of the wait system call in 10 mins and move an inch closer to writing your own shell program
    🎓 Learn about the Process ID (PID) Here
    🔗 • Process ID | Write You...
    🎓 Learn about the Parent Process ID (PPID) Here
    🔗 • Parent Process ID | Wr...
    🔗 Hi there🙂👋🏽, Connect with me on LinkedIn
    / jesse-braide-4a2235243
  • НаукаНаука

Комментарии • 14

  • @AdvaTced
    @AdvaTced 11 месяцев назад +6

    Note that he talked about how to prevent a zombie state, BUT! he didn't said why do zombie states lives in the system in first place, why do we need them? This is a feature - not a bug, it's supposed to help us monitor the child process such as - OS uses the zombie state to make the parent check the child process exit status and resource usage...
    The main issue is to monitor those processes and keep them alive even in the cost that they've already done to executing - sometimes we want to use the data of those processes as i mentioned before.

  • @uchechukwuottah263
    @uchechukwuottah263 Год назад +3

    Nice one Jess!

  • @onwunzoamara
    @onwunzoamara Год назад +2

    Thanks a lot Jesse, for simplifying these things really well. It always helps to come here

  • @solomonjohn7231
    @solomonjohn7231 Год назад +1

    I can't be thankful enough Jesse!
    Nice job. Concepts made clearer.

  • @patrickmuchiri154
    @patrickmuchiri154 7 месяцев назад

    Thank you very much Jess for your clear and concise videos

  • @MrLeejongju
    @MrLeejongju 3 месяца назад

    I am so glad to find that you’re correcting the previous video with detailed explanations in where it did go wrong (as i was a bit lost from the part3 hence, i kept watching it again). I feel i can trust your content series and you as we all can mistakes but not all rectify them. Thank you so much for awesome explanations and i am looking forward to finishing this course and write my own script soon thanks to you! Please keep up the good work! 😊💪👍🤍

  • @isaiahterhide809
    @isaiahterhide809 Год назад +1

    Excellent explanation

  • @amandaadoyi
    @amandaadoyi Год назад +1

    You're awesome. Thanksss

  • @charlesobochi3123
    @charlesobochi3123 Год назад

    What a great job by Jess-Inspired! I'm really inspired by this video.