Chinaunix首页 | 论坛 | 博客
  • 博客访问: 34341
  • 博文数量: 6
  • 博客积分: 200
  • 博客等级: 二等列兵
  • 技术积分: 65
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-08 15:06
文章分类
文章存档

2011年(1)

2009年(5)

我的朋友
最近访客

分类: LINUX

2009-05-11 00:50:33

    在ubuntu中经常会需要查看一个命令的源代码,比如我想知道ifconfig这条命令是如何实现的,这时我就需要下载ifconfig的源代码,这在ubuntu中是非常方便的。

    test@test-desktop:~$ type ifconfig
    ifconfig is /sbin/ifconfig
    test@test-desktop:~$ sudo dpkg -S /sbin/ifconfig
    net-tools: /sbin/ifconfig
    test@test-desktop:~$ sudo apt-get source net-tools

原文参见:

阅读(1428) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:关于interrupt与timer-driven 驱动的整合

给主人留下些什么吧!~~