usernetctl命令在用于被允许时操作指定的网络接口。在使用上和”ifup”、”ifon”命令有些类似。
语法格式:usernetctl [参数] [网络接口]
常用参数:
| up | 激活网络接口 |
| down | 禁用网络接口 |
| report | 报告网络接口 |
参考实例
激活网络接口:
[root@linuxcool ~]# usernetctl enp1s0 up
禁用网络接口:
[root@linuxcool ~]# usernetctl enp1s0 down
报告网络接口状态:
[root@linuxcool ~]# usernetctl enp1s0 report
温馨提示 : 本站内容来自会员投稿以及互联网,所有源码及教程均为作者总结编辑,请大家在使用过程中提前做好备份,以免发生无法预知的错误,源码类教程请勿直接用于生产环境!



