How to delete users and user groups in centos system

王林
Release: 2020-03-23 16:17:48
Original
7068 people have browsed it

How to delete users and user groups in centos system

1. Delete user

userdel testuser
Copy after login

2. Delete user group

groupdel testgroup
Copy after login

(Recommended tutorial: centos usage tutorial)

Extended knowledge:

To add a user, first use the adduser command to add a common user tommy

How to delete users and user groups in centos system

Change the user password, passwd tommy

How to delete users and user groups in centos system

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!