How to Replace Process image in Linux || execl || Program

Поделиться
HTML-код
  • Опубликовано: 26 сен 2020
  • In this lecture on the how to replace process image in Linux, you will learn the use of excel function in C language. execl() function is used to replace a process image with a new one.
    This is useful when we want the child process to not be a duplicate of the parent process. execl, execlp, execle, execv, execvp, execvpe all execute a file.
    Subscribe - / dextutor
    This lecture is part of the Operating System Lab playlist: • Operating System Lab
    For Program code and more details visit: dextutor.com/program-to-repla...
    Reference Videos:
    1. Process Creation: • How to create child pr...
    2. Orphan Process: • Orphan Process Program...
    3. Replacing Process image: • How to Replace Process...
    Tools Required:
    1. Linux environment
    2. Basic knowledge of C Language
    3. gcc compiler installed
    Reference Links:
    Operating System Theory PPTs Link: dextutor.com/courses/operatin...
    Operating System Programs: dextutor.com/courses/operatin...
    Other Playlists:
    OS: • Operating System
    Linux Essential: • Linux Tutorial For Beg...
    RHCSA: • RHCSA Exam Full Course
    Was this tutorial about how to replace process image using execl in Linux helpful? If so, please share. Let me know your thoughts in the comments.
    #linux #oslab #os #dextutor #process #zombie

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

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

    thankyou sir

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

    sir..you can add one more prog...the current process will run another process altogether instead of a command like ls or ps...i have it...if you allow i can share it here..

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

      Sure mam..u can share