int sys_open(const char *filename,int flag,int mode); {; struct m_inode *inode;; struct file *f;; int i,fd;; mode&=0777&~current->umask; ...
確定! 回上一頁