What's behind a file descriptor in Linux? Also, i/o redirection with dup2.

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

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

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

    I like your teaching style, super detailed with hand-on example

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

    Very productive 20 mins. This video deserves more views than 1K.

  • @devmahad
    @devmahad ปีที่แล้ว +7

    For my own reference:
    File descriptor is a int that store the id of file, so that we can access that later. This is store in a vnode table, that we can access using ulimit -a command. Now, we can use the output of one program, from standard input and send it to standard output. Or we can do vice versa.

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

      It's an index in a file descriptor table. A file descriptor table (FDT) is a list that keeps track of files created or used by the process. FDT is a list of pointers (pointers to `file` struct) that point to entry in the Open File Table (OFT).
      OFT contains entries for every currently open file or resource across all processes including file offsets and pointers to vnodes. The vnode table holds information about files and directories.
      FDT is per-process while OFT and vnode table are system-wide and shared across processes.

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

    such a seemless & to the point explanation.
    Thanks : )

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

    Thank you for posting these vids. Been a great help in my self education

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

    Hi there, the lecture/study material is good.

  • @PrashantSharma-ql4yb
    @PrashantSharma-ql4yb 3 ปีที่แล้ว

    Awesome explanation, thank you!!

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

    May Allah bless you, I've been thinking about doing some system programming for a while now. Thanks to you, I think I'm motivated enough to jump in. I hope you will publish more videos like this in near future :) Thank you

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

      Im joining now😂😂
      How was your journey?

    • @almehedi818
      @almehedi818 7 หลายเดือนก่อน +2

      @@6srer learned a lot. Worth watching.

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

    Thanks a lot for your explanation

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

    Great great explanation

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

    You're an awesome teacher

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

    Thanks... I learn something new today

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

    Is there a way to get these assignments and the rest of the lectures? Im really interested in this topic.

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

    Thanks that was super clear

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

    What a king

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

    thanks for this.

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

    Great lecture! I'm wondering why is spawning subprocesses for ulimit and wc here?

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

    very helpful

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

    great!

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

    @Chris Thanks for this video. I need a help, So, I want to see the output of a running process (a .sh script with echo statement). When I went inside the /proc//fd, and run tail -f 1, no output were seen, then I tried ls -l, I see file discriptor is linked to pipe :[XXXXXX]. Not sure what it means? And how I can see the output of fd 1 of this process

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

    But if you spawn a process on the output side of the pipe, what if it tries to read before the process on the input side of the pipe finishes? I assume it waits until there's something to read?

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

    What is 361?

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

    Could anyone find these slides?

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

    Is v-node the same as i-node

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

    > Talks about Linux
    > Is on Windows
    mfw

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

    Меня укачало

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

    Girlirntn

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

    I don't trust this man, guess why

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

      why?