Introduction to Fork system call | zombie process | operating system concepts

Поделиться
HTML-код
  • Опубликовано: 14 авг 2019
  • Hello!
    I make youtube videos for everyone who find technical concepts quite difficult to understand. I simplify such concepts and explain them in easy way!
    Subscribe to my channel for more content.
    Facebook - / ifocusinstitute
    Instagram - / ifocusinstitute
    Linktree - linktr.ee/ifocusinstitute
    Music By - Ikson Music www.toneden.io/ikson/post/tas...

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

  • @syedhamzaraza7076
    @syedhamzaraza7076 4 года назад +7

    upload more you are great in explaining

  • @arnavdeshmukh3247
    @arnavdeshmukh3247 4 года назад +3

    Thank you for explaining it soo easily!!👍👍👍👍

  • @hyonsokna7244
    @hyonsokna7244 3 года назад +1

    too good!! thank you so much!! very clear explanation!

  • @mlLearning490
    @mlLearning490 2 года назад +2

    Thank you very much 🔥 Awesome lecture

  • @smitpatel9462
    @smitpatel9462 2 года назад +1

    Great video!! Thanks a lot for your efforts.

  • @techovia2119
    @techovia2119 11 месяцев назад

    clearly explained, Thanks.

  • @hashmatshaik9422
    @hashmatshaik9422 2 года назад

    Thankyou so much my dear i am dying to understand these things but cant find it anywhere like you said .Thankyou

  • @arunjithr5984
    @arunjithr5984 10 месяцев назад

    Very well explained ❤

  • @chetanmeena4555
    @chetanmeena4555 3 года назад

    sister you are so good. keep it up

  • @natetolbert3671
    @natetolbert3671 2 года назад +1

    On linux the parent terminates first, it will just assign pid 1(aka the system daemon systemd) as the parent

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

    Very useful thanks

  • @user-zs7mu4oq8e
    @user-zs7mu4oq8e 6 месяцев назад

    Thank youuu ♥️🙏

  • @ayansarkar9682
    @ayansarkar9682 3 года назад +2

    the code and command explanation was ok...but you have mistaken orphan state with zombie state while defining zombie process...which is kind of misleading .

  • @AkashRawat-wo1uy
    @AkashRawat-wo1uy 2 года назад +1

    very very very nice

  • @enel1111
    @enel1111 3 года назад

    thank you

  • @anbarasanlienus1739
    @anbarasanlienus1739 3 года назад +2

    Nice lesson, thanks sister.

  • @gauravrijal9163
    @gauravrijal9163 2 года назад

    so, I see... you came all the way from Kathmandu University > .

  • @venkatesh4760
    @venkatesh4760 3 года назад +3

    @iFocus please make the code available somewhere. Thanks for the informative video.

    • @iFocusInstitute
      @iFocusInstitute  3 года назад +1

      Thanks for the suggestion. I will surely implement it.

    • @mateuszb-ski8423
      @mateuszb-ski8423 4 месяца назад

      and where is it@@iFocusInstitute

  • @abdulbasitimtiaz
    @abdulbasitimtiaz 2 года назад

    THANKS

  • @rohanchaudhary2296
    @rohanchaudhary2296 3 года назад +1

    I wish you were my teacher. Great Explanation !!!

  • @somith16
    @somith16 4 года назад

    can u tell me what is the use of fork()

    • @BALASUBRAMANIAN-ub9tn
      @BALASUBRAMANIAN-ub9tn 2 года назад

      Fork is used to create a new child process by duplicating the parent process.

  • @natetolbert3671
    @natetolbert3671 2 года назад

    wait, what? how does neither process have pid 0? Are you not using C?

  • @souravsaha1443
    @souravsaha1443 3 года назад

    What if ps -f is used?

    • @ayansarkar9682
      @ayansarkar9682 3 года назад +1

      "-e" selects every process and "-f" chooses the "full" output format...so use "ps -ef" or "ps -el" or "ps aux"
      although the last one doesn’t specify the parent process id .

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

    Too Confusing :

  • @ThatGuy68580
    @ThatGuy68580 2 года назад

    That was way over complicated

  • @kalharadineth
    @kalharadineth 9 месяцев назад

    too bad