In the Linux system, in addition to various accounts manually created by users, there are also a large number of accounts generated during the system or program installation process. In addition to the super user root, a large number of other accounts are only used to maintain system operations, start or maintain service processes, and are generally not allowed to log in, so they are also called non-login users. For user accounts that are not used for a long time on the Linux server, you can temporarily lock them. Account configuration information is stored in /etc/passwd and /etc/shadow. The chattr command can be used to manage accounts.
lsattr View file status The above is all the knowledge about Linux account file control management. Thank you for reading. You may also be interested in:
|
<<: js to achieve simulated shopping mall case
>>: How to modify server uuid in Mysql
This article example shares the specific code of ...
Explain the whole process of CLion from scratch. ...
Table of contents 1. Preparation 1. Prepare the e...
1. HTML part <Col span="2">Upload...
Problem: The null type data returned by mybatis d...
This article shares with you two methods of setti...
Table of contents Overview 1. Define store.js 2. ...
Table of contents 1. The relationship between red...
1. Background When the Docker service is started,...
I used the label tag when I was doing something re...
Problem Description I recently encountered a prob...
what is it? GNU Parallel is a shell tool for exec...
I have installed various images under virtual mac...
The default scroll bar style in Windows is ugly, ...
Table of contents history pushState() Method push...