Article Title: how to disable a specified user account in Linux. Linux is a technology channel of the IT lab in China. Some basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source are available in today's linux releases, and users' passwords are stored in/etc/shadow.
Prohibit a user. You only need to add * Before the encrypted password in the second column of the corresponding user in shadow.
This user cannot log on to the machine. If you re-enable this user, remove this.
If the system has a usermod program, you can also use usermod-L to lock the user. The principle is the same, but what you insert is! No.
Userdel can delete a user, and-r can delete the user's home file.
However, this is generally not recommended.
The reason is, for example, if the id of user A is 533, after deletion, 533 can be assigned to user B next time. in this case, there may be files left before A. The owner is 533, which will be owned by B. Obviously this is unreasonable.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service