CentOS7的一些常用操作 1.给防火墙添加端口:2.添加用户并给与SUDO权限 1.给防火墙添加端口: firewall-cmd --list-ports firewall-cmd --permanent --zone=public --add-port=12345/tcp firewall-cmd --reload 2.添加用户并给与SUDO权限 sudo adduser bob sudo passwd bob vim /etc/sudoers #添加bob ALL=(ALL) ALL