Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Useradd failed

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

[root@bogon] # useradd-s / sbin/nologin-M mysql

Useradd: cannot open / etc/shadow

[root@bogon ~] # lsattr / etc/shadow

-iMure-/ etc/shadow

The chattr command is locked

Execution

Chattr-I / etc/gshadow

Chattr-I / etc/group

Chattr-I / etc/shadow

Chattr-I / etc/passwd

Give examples to illustrate

1 use the chattr command to prevent a key file in the system from being modified:

# chattr + I / etc/resolv.conf

Then use mv / etc/resolv.conf and other commands to operate on the file, all get the result of Operation not permitted. Vim prompts for a W10: Warning: Changing a readonly file error when editing the file. To modify this file, you need to remove the I attribute: chattr-I / etc/resolv.conf

# lsattr / etc/resolv.conf

The following properties are displayed

-I-/ etc/resolv.conf

2. Let a file only append data to it, but it cannot be deleted. It is applicable to various log files:

# chattr + a / var/log/messages

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report