报错:useradd: cannot open /etc/passwd

Posted roberto9

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错:useradd: cannot open /etc/passwd相关的知识,希望对你有一定的参考价值。

添加用户报错,无法打开/etc/passwd文件

[root@backup ~]# useradd 123456

useradd: cannot open /etc/passwd

此问题是

chattr +i /etc/passwd吧文件属性改了, 可以使用chattr -i来还原配置。

 chattr -i  /etc/passwd 

这时候再添加用户就可以了。

[root@backup ~]# useradd 123456

以上是关于报错:useradd: cannot open /etc/passwd的主要内容,如果未能解决你的问题,请参考以下文章

Linux无法添加用户,报“useradd: cannot open /etc/passwd”问题解决过程记录

Linux无法添加用户,报“useradd: cannot open /etc/passwd”问题解决过程记录

ssh框架向数据库添加数据时,报错Cannot open connection

PHP: PhpStorm单元测试报错:PHPUnit Cannot open file

libc.so.6: cannot open shared object file 报错处理方法

libc.so.6: cannot open shared object file 报错处理方法