首页 > 代码库 > [转]ubuntu(12.04)下, 命令 ,内核 源代码的获取
[转]ubuntu(12.04)下, 命令 ,内核 源代码的获取
[转]ubuntu(12.04)下, 命令 ,内核 源代码的获取
http://blog.chinaunix.net/uid-18905703-id-3446099.html
1.命令:
例如:要查看ls命令的源代码
1) whereis ls
ls: /bin/ls /usr/share/man/man1/ls.1.gz
2) sudo dpkg -S /bin/ls
coreutils: /bin/ls
3) sudo apt-get source coreutils
2.内核
1)apt-cache search linux-source
linux-source - Linux kernel source with Ubuntu patches
linux-source-3.2.0 - Linux kernel source for version 3.2.0 with Ubuntu patches
2)sudo apt-get source linux-source-3.2.0
[转]ubuntu(12.04)下, 命令 ,内核 源代码的获取
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。