歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux服務器

在ubuntu中獲得一個命令的源代碼

 在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

Copyright © Linux教程網 All Rights Reserved