ROS基础常用命令

ROS基础常用命令

1、查看网卡接口: /interface print
2、给网口添加IP地址: /ip address add address=192.168.1.254/24 interface=ether1
3、移除接口IP地址:  /ip address remove 0
4、重启系统:  /system reboot
5、关闭系统:  /system shutdown
6、恢复原始状态:  /system reset
7、查看IP配置:  /ip export    或 /ip address print
8、查看授权:  /system license print

原文地址:https://www.cnblogs.com/yellowzunzhi/p/13341786.html