Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Delete a user using the deluser command of linux

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Xiaobian to share with you the use of linux deluser command to delete users, I believe most people do not know how to share this article for everyone to learn, I hope you read this article after the harvest, let us go to learn the method!

The deluser command deletes users. To delete a user from a group (i.e., exit the user group), everyone recommends usermod, but deluser is the correct solution. Deluser has more options than userdel and is more powerful.

Syntax format: deluser [parameter]

Common parameters:

Reference Example

Delete ordinary user zhangsan:

[root@linuxcool ~]# deluser zhangsan

Remove zhangsan from lisu group:

[root@linuxcool ~]# deluser zhangsan lisi

Delete all files of user zhangsan:

[root@linuxcool ~]# deluser --remove-all-files zhangsan The above is to delete all the user's content using the linux deluser command. Thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report