read write System Call Program in Linux

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 43

  • @Seene_me_cinema
    @Seene_me_cinema 3 ปีที่แล้ว +12

    Excellent sir...u hv made the topic so so easy to understand...maximum info in minimum words with effective understanding... Thank you 🙏

    • @dextutor
      @dextutor  3 ปีที่แล้ว +3

      Thanks a lot

  • @Tushar_Laha
    @Tushar_Laha 2 ปีที่แล้ว +2

    SIR within a day i understood various topics thank you

  • @Jay-lj2bv
    @Jay-lj2bv 3 ปีที่แล้ว +2

    Thank you sir. Its really helping me a lot.

  • @rohanshahani5670
    @rohanshahani5670 3 ปีที่แล้ว +2

    Explained really well Sir thanks

  • @aqsapervaiz9790
    @aqsapervaiz9790 11 หลายเดือนก่อน +1

    Nice explanation 👍

  • @vinamrasangal8436
    @vinamrasangal8436 ปีที่แล้ว +1

    great lecture sir

  • @utsavseth7116
    @utsavseth7116 2 ปีที่แล้ว

    Beautifully explained.

  • @priyeshyadav8691
    @priyeshyadav8691 หลายเดือนก่อน

    Very nice sir 😊

  • @pritishpattnaik4674
    @pritishpattnaik4674 2 ปีที่แล้ว +1

    very nicely explained sir

  • @yugal3556
    @yugal3556 2 ปีที่แล้ว +1

    Too good sir, learned a lot

    • @dextutor
      @dextutor  2 ปีที่แล้ว

      Glad to hear that

  • @ahmedawaiz3103
    @ahmedawaiz3103 ปีที่แล้ว +1

    Very nice video sir g

  • @AbhishekSingh-fo9nv
    @AbhishekSingh-fo9nv 4 ปีที่แล้ว +1

    Thank you sir good explanation

  • @robertparker7646
    @robertparker7646 3 ปีที่แล้ว

    so damn underrated channel

  • @poulomiroy4738
    @poulomiroy4738 2 ปีที่แล้ว +1

    Thank you so much sirrr🙏🙏🙏

  • @sorryminati4719
    @sorryminati4719 3 ปีที่แล้ว +1

    Thank you for this

  • @virus8996
    @virus8996 2 ปีที่แล้ว +1

    Thanks for sharing...

  • @priyesh859
    @priyesh859 ปีที่แล้ว +1

    Hello sir the explanation and code given by you is excellent, I have a little bit of confusion in code please clear, In write system call if we use file descriptor value is 0 , 2 apart from 1 (Std-output device fd) then it also give same output
    please clarify

    • @dextutor
      @dextutor  ปีที่แล้ว +3

      To be short and crisp
      It tries to write data to 0 or 2 but since it cant write to keyboard(0) or any error device (since no error device ia connected to system) so it writes to the terminal (1)
      However this behavior is not guaranteed and depends upon specific configuration.

  • @Vk12769
    @Vk12769 ปีที่แล้ว

    Sir, I can't access your program links it would be better then. Please make them available in your description.

    • @dextutor
      @dextutor  ปีที่แล้ว +1

      www.dextutor.com

  • @meghnanakhate7765
    @meghnanakhate7765 3 ปีที่แล้ว

    Command 'gcc' not found, but can be installed with:
    apt install gcc
    this comes whenever I run gcc w.c
    what shd I do? online help dekha but haven't figured out

    • @dextutor
      @dextutor  3 ปีที่แล้ว +2

      You have already posted the solution in your query. Use the command
      sudo apt-get install gcc

  • @Crazybee128
    @Crazybee128 4 ปีที่แล้ว +1

    Thanku SIR 🙏🏻

  • @dhruvlunagariya3994
    @dhruvlunagariya3994 2 ปีที่แล้ว +1

    wo gcc vala error aa raha he?
    meine sudo gcc vale comande se install kiya but abhibhi vo hi error dikha raha he
    what shoud i do now

    • @dextutor
      @dextutor  2 ปีที่แล้ว

      What is the error? Share

    • @dhruvlunagariya3994
      @dhruvlunagariya3994 2 ปีที่แล้ว

      @@dextutor Command 'gcc' not found, but can be installed with:
      apt install gcc

    • @dextutor
      @dextutor  2 ปีที่แล้ว +1

      $sudo apt-get install gcc

  • @c.d.premkumar6867
    @c.d.premkumar6867 2 ปีที่แล้ว

    How do you save the program ?

    • @dextutor
      @dextutor  2 ปีที่แล้ว

      Depends on the editor you are using

  • @ZaraHussain-v2p
    @ZaraHussain-v2p ปีที่แล้ว

    i have an issue in this

  • @42basavarajangadi56
    @42basavarajangadi56 2 ปีที่แล้ว

    man 2 write says no manual write in section2

    • @dextutor
      @dextutor  2 ปีที่แล้ว +1

      watch this
      th-cam.com/video/l-Vi2SYYwng/w-d-xo.html

  • @RitamChakrabortty
    @RitamChakrabortty ปีที่แล้ว

    13:09

  • @olawalesegun6568
    @olawalesegun6568 ปีที่แล้ว +2

    Please can you try as much as possible to use english all through, you have audience from other parts of the world too. I couldn't get the best of this resources because you were not speaking english at some point, and I didn't understand what you were saying.

  • @avadhoothasaitarun9819
    @avadhoothasaitarun9819 3 ปีที่แล้ว +3

    man 2 write not working. Plz help

    • @dextutor
      @dextutor  3 ปีที่แล้ว +6

      One method is to install gcc
      $sudo apt-get update
      $sudo apt-get install gcc

    • @avadhoothasaitarun9819
      @avadhoothasaitarun9819 3 ปีที่แล้ว

      Thank you. It works

    • @himu1901
      @himu1901 2 ปีที่แล้ว

      @@avadhoothasaitarun9819 it is still not working for me.
      I ran the commands then run man 2 write still it's same.
      can u help?

  • @SAACHIPANDEY
    @SAACHIPANDEY 8 หลายเดือนก่อน

    13:40