udel

更新时间:
2024-01-09
下载文档

udel

删除用户。

格式

udel username

说明

[root@sylixos:/root]# help udel           
delete a user in this machine.
udel name
[root@sylixos:/root]# 

此命令用来删除一个用户。 user 命令的作用是显示用户信息或为用户生成密码。

样例

[root@sylixos:/root]# user

     USER      ENABLE  UID   GID
-------------- ------ ----- -----
root           yes        0     0
hanhui         yes        1     0
anonymous      no       400   400
huojh          yes        2     0
[root@sylixos:/root]# udel huojh
[root@sylixos:/root]# user

     USER      ENABLE  UID   GID
-------------- ------ ----- -----
root           yes        0     0
hanhui         yes        1     0
anonymous      no       400   400
[root@sylixos:/root]#
文档内容是否对您有所帮助?
有帮助
没帮助