您的位置:首页 > 其它

what's the close-on-exec file descriptor flag in C

2008-04-07 14:56 369 查看
the   close-on-exec   file   descriptor   flag   mean   if   it   will   or   not   be     closed     on   exec.    

#   man   execve  
   
  execve()     does     not     return     on     success,   and   the   text,   data,   bss,   and   stack   of   the  
  calling   process   are   overwritten   by   that   of   the   program   loaded.     The   program   invoked  
  inherits     the   calling   process's   PID,   and   any   open   file   descriptors   that   are   not   set   to   close   on   exec.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  descriptor file c
相关文章推荐