GNU/Linux >> Linux の 問題 >  >> Linux

fork() するときにファイル記述子は共有されますか?

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)).

それらは同じオフセットを共有しています。


Linux
  1. Linux のスパース ファイルとは

  2. ディレクトリが存在すると mkdir -p が失敗する

  3. Linuxでcpを使用するときに「同じファイルです」という警告メッセージを回避するにはどうすればよいですか?

  1. Linuxでのプロセス間通信:共有ストレージ

  2. パイプコマンドを実行するときにLinuxユーティリティは賢いですか?

  3. Ubuntu Linux - 共有 VHDX

  1. Zipファイルのエンコード?

  2. ファイルが画像であるかどうかを判断するためのスクリプト?

  3. 実行可能ファイルがない場合