開檔的系統呼叫會調用fs/open.c 內的do_sys_open(),裡面就會註冊fd 到行程的 ... int creat(const char *name, mode_t mode) { return open(name, ...
確定! 回上一頁