linux command1
生活随笔
收集整理的這篇文章主要介紹了
linux command1
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#列出指定用戶(當前用戶)的組信息
groups
#將指定的用戶添加(-a)到指定的組內(改組必須已經存在)或指定用戶從指定的組中刪除(-d)
gpasswd –a/-d? username groupname
#添加組
groupadd groupname
#刪除組
groupdel? groupname
轉載于:https://www.cnblogs.com/keleman/p/5944581.html
總結
以上是生活随笔為你收集整理的linux command1的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: redis书籍
- 下一篇: linux和unix的关系