Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
有朋友有chmod 命令的源代码?
http://forum.ubuntu.com.cn/viewtopic.php?t=177106
分页:
1
/
1
有朋友有chmod 命令的源代码?
发表于 :
2008-12-25 17:49
由
lida2003
如题
Re: 有朋友有chmod 命令的源代码?
发表于 :
2008-12-25 20:16
由
dbzhang800
当然有
1. gnu/linux 本身就是开源的,gnu软件和linux内核的源代码都是公开的
2. chmod 和 rm 、cp等命令都属于Gnu中的 coreutils 包
3. coreutils官方网址:
http://www.gnu.org/software/coreutils/
Re: 有朋友有chmod 命令的源代码?
发表于 :
2008-12-26 8:08
由
lida2003
Thanks pal.