CentOs7查看系统已有的用户和用户组

  1. 查看用户:
    cut -d : -f 1 /etc/passwd
  2. 查看用户组:
    cut -d : -f 1 /etc/group
  3. 删除xiaoluo这个用户:
    userdel -r xiaoluo

    原文作者:木一番
    原文地址: https://blog.csdn.net/yanzhenjingfan/article/details/86711630
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞