Home > Article > Operation and Maintenance > How to delete users in centos
The method of deleting a user is as follows:
userdel -rf name
means deleting the user named name.
Recommended tutorial: centos usage tutorial
Then you can check which other users are in the system through the command ls –l /home.
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of How to delete users in centos. For more information, please follow other related articles on the PHP Chinese website!