GNU/Linux >> Znalost Linux >  >> Linux

Jsou při fork()ing sdíleny deskriptory souborů?

Od fork(2) :

  *  The child inherits copies of the parent’s set of open file  descrip-
     tors.   Each  file  descriptor  in the child refers to the same open
     file description (see open(2)) as the corresponding file  descriptor
     in  the parent.  This means that the two descriptors share open file
     status flags, current file offset, and signal-driven I/O  attributes
     (see the description of F_SETOWN and F_SETSIG in fcntl(2)).

Sdílejí stejný offset.


Linux
  1. Co jsou řídké soubory v Linuxu

  2. Vyloučení adresáře při vytváření souboru .tar.gz

  3. Zabraňte dědění deskriptorů souborů během rozvětvení Linuxu

  1. Vlákna a deskriptory souborů

  2. mkdir -p selže, když adresář existuje

  3. Jak se vyhnout varovné zprávě „jsou stejný soubor“ při použití cp v Linuxu?

  1. Když je smazán soubor vytvořený pomocí mkstemp()?

  2. Ubuntu Linux – sdílené VHDX

  3. fork:retry:Zdroj dočasně nedostupný