What is a System call | execl | execlp | execv

Поделиться
HTML-код
  • Опубликовано: 31 дек 2019
  • Hello!
    I make RUclips videos for everyone who find technical concepts quite difficult to understand. I simplify such concepts and explain them in easy way!
    Link for previous videos:
    Why to use exec system call?
    • System Calls in linux ...
    What is a system call?
    • System Calls | Read | ...
    File system in Operating System
    • File Structure in Linu...
    what is the use of fork and wait system call?
    • Fork System call | Wai...
    Subscribe to my channel for more content.
    Facebook - / ifocusinstitute
    Instagram - / ifocusinstitute
    Music By - Ikson Music www.toneden.io/ikson/post/tas...

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

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

    I followed all your videos in this playlist, and they are wonderful. thank you.

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

    Wonderful explaination, thank you very much !

  • @tonykososki3016
    @tonykososki3016 2 года назад +4

    Hey very well explained, just that "commercial" in the middle is a bit too loud and too surprising in my opinion. Some people may no like it :p

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

    very well explained

  • @sania1592
    @sania1592 4 года назад +1

    great

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

    How do I do so that after executing execlp the main method does not close but it can continue executing other things :c

  • @jreinhart
    @jreinhart 4 года назад +6

    The content of the video is great, but the volume increase of your "subscribe" message around the 4 minute mark was jarring. Could you normalize that to be the same volume level as the rest of the video?

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

      Thank you for the suggestion. I'll surely do it in further videos!

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

      that was a jump scare for sure lol

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

    2:36 - Execlp

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

    Hello!!! Could You say please, how can I use exec function to call python script from my c++ program?They both are in the same directory. I suppose I should write something like execl("python", "python", "main.py", NULL); but it doesn't work((( Thank You in advance!!!

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

      it should be python3, instead of python