情况:每当我启动 Raspberry PI 时,我都必须输入几行命令来启用接口。命令如下:
sudo modprobe batman-adv
sudo batctl if add wlan0
sudo ifconfig wlan0 up
sudo ifconfig bat0 up
我想运行一个脚本,让这些命令在我启动 Raspberry PI 时自动执行。
答案1
将这些命令添加到/etc/rc.local
。
情况:每当我启动 Raspberry PI 时,我都必须输入几行命令来启用接口。命令如下:
sudo modprobe batman-adv
sudo batctl if add wlan0
sudo ifconfig wlan0 up
sudo ifconfig bat0 up
我想运行一个脚本,让这些命令在我启动 Raspberry PI 时自动执行。
将这些命令添加到/etc/rc.local
。