iwconfig的source code - Linux

Table of Contents

不好意思

因為沒有trace 過linux code的經驗

想要找出 iwconfig (moni0) channel (3) 這個指令的code

能否請版友指點一下

版上搜尋的net-tools是iwconfig的source code嗎?

不太懂怎麼找出這個指令的code

謝謝

--

All Comments

Rachel avatarRachel2013-02-02
DEB系: dpkg -S /sbin/iwconfig 先找出package名稱,然後
再apt-get source 該套件 就可以取得source code.