摘要: /** 该文件主要是实现do_execve函数,主要是实现对于二进制文件的加载执行* 和shell脚本文件的加载执行*//** linux/fs/exec.c** (C) 1991 Linus Torvalds*//** #!-checking implemented by tytso.*//** Demand-loading implemented 01.12.91 - no need to read anything but* the header into memory. The inode of the executable is put into* "current-&am 阅读全文
posted @ 2010-02-09 22:53 qiang.xu 阅读(1574) 评论(0) 推荐(0)