open() System Call Program in Linux

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

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

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

    Thank you sir and please make videos on cpu scheduling algorithms like for FCFS,SJF etc.

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

    solution for Q2 for exercise given on your web page?
    Q2. Write a program using open() system call to copy the contents of one file into another file.

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

    very good explanation

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

      Thanks.. Share among your friends

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

    Can we use libraries of linux like in ubuntu for windows

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

    Awesome Content. Thank you :)

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

    Such grt vdos ❤

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

    The auto generated English captions are hilarious.
    But unfortunately, I can't use sound right now and I have no clue what's being said

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

    Test.txt is showing no such directory found. I created that file in document file

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

    Plz make vedio in close system call

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

      close(fd)
      where fd is the file descriptor.. The use of close system call is to close the file pointed to by the file descriptor fd

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

    @DexTutor Why doesn't it have subtitles in Spanish?

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

      No idea :-)

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

    Thanks a lot for your video. Could you please explain, what does 0642 in open("target",O_CREAT|O_WRONLY,0642); means?

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

      These are the permissions on the file. 6 (read and write) for user, 4(read) for group and 2(write) for others. You can give any permissions you want. For details on permissions refer th-cam.com/video/wKZH-7P7YZE/w-d-xo.html

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

      @@dextutor Thank you so much for your explanation :))

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

    if we don't have any existinh file how we create it ?

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

      You can use the touch command or any editor. Just watch this video
      th-cam.com/video/t5CqOY7eTQI/w-d-xo.html

  • @Ash-ej3nx
    @Ash-ej3nx 3 ปีที่แล้ว

    How does content of file is saved in buf if we haven't assign it

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

      The file descriptor of the file is passed as first argument in the read() system call

    • @Ash-ej3nx
      @Ash-ej3nx 3 ปีที่แล้ว

      @@dextutor so basically it points towards the file and buff is used as memory

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

    what is the purpose of 0 in 0642?

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

      That bit can be used to set user-id, group-id or sticky bit

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

    I am facing an error undeclared o_rdonly how to fix this even i have included all the libraries

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

      Use All Caps.. Or share the code so that i can check

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

      @@dextutor ok i will send you tomorrow

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

      @@dextutor i used CAPS

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

      How can i share code with you

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

      dextutor@gmail.com