
Busybox
hushui
Coding Since 1998
展开
-
busybox/mdev in rcS
$ cat etc/init.d/rcS #!/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin runlevel=S prevlevel=N umask 022 export PATH runlevel prevlevel mount -a /bin/echo /sbin/mdev > /proc/sys/kernel/hotplug /sbin/md...原创 2018-04-21 22:06:31 · 238 阅读 · 0 评论 -
busybox netstat to find process
Busybox netstat does not support "-p" to show process which is listening TCP or UDP port. An Altinative way to find process/TCP port. You need to guess the process, then find its fd which is open...原创 2019-04-03 13:02:57 · 1111 阅读 · 0 评论