文章出處

//現有用戶加到組

sudo usermod -a -G groupname username;

//添加用戶到組

useradd -G {group-name} username

//查看當前用戶屬于哪個組

groups

//給組加讀寫權限

chmod g+rw conf/*

//防火墻加規則 互相信任

sudo firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="120.132.30.86" accept'

//加減端口

firewall-cmd --zone=public --add-port=22/tcp --permanent

firewall-cmd --zone=public --remove-port=22/tcp --permanent

firewall-cmd --permanent --add-port=8003/tcp

//查看防火墻端口情況

firewall-cmd --list-ports

文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()