`

no valid sudoers -- Read-only file system 解决方案

 
阅读更多
/etc/sudoers: syntax error near line
sudo: parse error in /etc/sudoers near line 25
sudo: no valid sudoers sources found, quitting
终极解决方案:

1. shift进入recovery模式
2. 选中root账号
3. chmod 666 /dev/null
   mount -o remount rw /
4. nano /etc/sudoers
恢复本文件内容并存盘。

# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

Defaults env_reset

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root ALL=(ALL) ALL

# Allow members of group sudo to execute any command after they have
# provided their password
# (Note that later entries override this, so you might need to move
# it further down)
%sudo ALL=(ALL) ALL
#
#includedir /etc/sudoers.d

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

参考:http://psychocats.net/ubuntu/fixsudo
http://my5622576.iteye.com/blog/662158
分享到:
评论

相关推荐

    xxx is not in the sudoers file解决方法

    用sudo时提示"xxx is not in the sudoers file. This incident will be reported.其中XXX是你的用户名,也就是你的用户名没有权限使用sudo,我们只要修改一下/etc/sudoers文件就行了。

    ubuntu系统中有关sudoers文件访问错误的解决方法

    在Ubuntu系统中,`sudoers`文件是管理sudo权限的核心配置文件,位于`/etc/sudoers`。...了解这些知识点对于Ubuntu用户来说至关重要,因为它们能帮助你在遇到类似问题时迅速找到解决方案,避免系统陷入瘫痪状态。

    Ansible-ansible-sudoers.zip

    Ansible-ansible-sudoers.zip,控制默认/etc/sudoers文件和包含的文件/目录的配置。,ansible是一个简单而强大的自动化引擎。它用于帮助配置管理、应用程序部署和任务自动化。

    linux不能使用sudo命令解决方案

    Linux 无法使用 sudo 命令解决方案 Linux 系统中,sudo 命令是一种常用的权限提升命令,它允许普通用户以超级用户的身份执行命令。但是,在某些情况下,使用 sudo 命令时可能会出现 "username is not in the ...

    ansible-sudoers:控制默认etcsudoers文件和包含的文件目录的配置

    6. **标签使用**:`ansible_role_tag` 如 `sudoers-configuration` 可以用于指定只运行与 sudoers 配置相关的任务,这对于大规模部署时的精细控制很有用。 在实际应用中,你可以将 `ansible-sudoers-master` 解压后...

    sudoers文件编辑和使用

    sudoers 文件编辑和使用 sudoers 文件是 Unix 系统中一个非常重要的文件,它控制着用户对 root 权限的访问。今天,我们将深入探讨 sudoers 文件的编辑和使用。 一、sudo 简介 sudo 是 Unix 系统中一个非常重要的...

    linux系统使用sudo命令报xxx is not in the sudoers file.This incident will be reported.的解决方法.pdf

    当你尝试使用`sudo`时遇到"xxx is not in the sudoers file. This incident will be reported."的错误信息,这意味着你的用户名没有在sudoers配置文件中被授权使用sudo权限。以下是如何解决这个问题的详细步骤: 1....

    ansible-sudoers:在类似Debian的系统中管理sudoers和sudoers.d的角色

    在类似Debian的系统中管理sudoers和sudoers.d。 要求 没有任何 变数 sudoers_sudoers : /etc/sudoers文件声明 sudoers_sudoers.defaults :[默认:请参见defaults/main.yml ]:默认配置选项 sudoers_sudoers.host_...

    sodu使用方法

    - `--cache-file=FILE`:指定缓存文件。 - `--help`:显示帮助信息。 - `--exec-prefix=EPREFIX`:设置`sudo`和`visudo`命令所在的目录。 - `--bindir=DIR`:安装`sudo`命令至`EPREFIX/bin`目录。 - `--sbindir...

    Mac sudoers.dmg

    最新Mac OS --sudo 工具,安装以后,Mac 可以执行sudo命令

    解决 用户不在 sudoers 文件中 的问题

    首先,要解决“用户不在 sudoers 文件中”的问题,你需要拥有足够的权限,通常这意味着你需要以root身份进行操作。你可以通过使用`su`命令切换到root用户。输入 `su` 后,系统会提示你输入root用户的密码。一旦你...

    grant:保护sudoers文件

    该项目旨在简化安全sudoers文件的创建,主要目标是: 通过与现有最佳实践保持一致,减少歧义和错误配置。 自动创建校验和,二进制选项等。 设置安全默认值。 发现非安全设置时发出警告 用法 建造 确保拥有最新的...

    Morepork Linux:具有自动安装脚本的Arch Linux-开源

    通过使用包含自动脚本的Arch Linux Live ISO来加快Arch Linux的安装速度,非常适合快速部署虚拟机配置了镜像列表后,我们发现某些...您可以自定义:-用户名-密码-时区-目标磁盘-主机名-主机-Sudoers-语言环境档案文件

    mac-setup:使用Ansible设置新的Mac

    Ansible macOS设定在Catalina上测试。 需要python3。先决条件安装XCode。... 有关选项,请参见sudoers-playbook.yml 。 运行setup.sh -K (如果使用无密码sudo或其他设置,请省略-K )。 该脚本将所有参数传递给a

    sudo-1.9.12p1,解决cve-2022-43995

    要解决这个安全问题,用户应首先下载sudo-1.9.12p1的编译安装包,然后按照标准的Unix/Linux软件安装流程进行操作,通常包括解压、配置、编译和安装步骤。在安装过程中,用户可能需要使用`./configure`来定制sudo的...

    linux-随手记.pdf

    - `* hard nofile 655350` ### 七、定时清理垃圾文件 #### 1. 清理邮件队列目录 - 定期清理`/var/spool/clientmqueue/`目录中的垃圾文件以防止inode节点被占用。 ### 八、精简开机启动服务 #### 1. 精简开机...

    Linux常用命令

    - 需要将用户添加至 `/etc/sudoers` 文件中才能使用 `sudo` 命令。 - 示例配置:`username ALL=(ALL) ALL` 允许用户执行所有命令。 - 更详细的权限设置参见:[权限配置]...

    Linux 主机超全渗透测试命令汇总

    - `echo $SHELL | os.system('/bin/bash')`:执行命令。 - `/bin/sh -i`:启动一个交互式shell。 #### 八、Misc命令 - `clear`:清空终端屏幕。 - `history`:查看历史命令。 - `pwd`:显示当前工作目录。 - `...

    linux系统使用sudo命令报xxx is not in the sudoers file.This incident will be reported.的解决方法.docx

    ...

    自用SYStem权限_自用SYStem权限_

    "自用System权限"通常指的是用户或应用程序获取系统级别的访问权限,这允许他们执行更高级别的操作,例如修改系统文件、控制硬件设备或者进行系统调试。在Android系统中,这种权限被称为"root权限",在Linux中则是...

Global site tag (gtag.js) - Google Analytics