1. Delete user
userdel testuser
2. Delete user group
groupdel testgroup
(Recommended tutorial:centos usage tutorial)
Extended knowledge:
To add a user, first use the adduser command to add a common user tommy
Change the user password, passwd tommy
Recommended related video tutorials:linux video tutorial
The above is the detailed content of How to delete users and user groups in centos system. For more information, please follow other related articles on the PHP Chinese website!