【Ubuntu 14.04】*** is not in the sudoers file

[email protected]:~$ sudo /opt/script/ntp.date.sh

[sudo] password for junq:

Sorry, try again.

[sudo] password for junq:

junq is not in the sudoers file.  This incident will be reported.

[email protected]:~$

***是你当前的用户名,原因是***用户没有加入到sudo的配置文件里

// 查看sudo user

[email protected]:/etc/sudoers.d# ls -al /etc/sudoers

-r--r----- 1 root root 745 Feb 11  2014 /etc/sudoers

[email protected]:/etc/sudoers.d#

// 给予写权限

[email protected]:/etc/sudoers.d# chmod a+w /etc/sudoers

[email protected]:/etc/sudoers.d# ls -al /etc/sudoers

-rw-rw--w- 1 root root 745 Feb 11  2014 /etc/sudoers

[email protected]:/etc/sudoers.d#

// 修改内容

[email protected]:/etc/sudoers.d# vi /etc/sudoers

[email protected]:/etc/sudoers.d#

# User privilege specification

root    ALL=(ALL:ALL) ALL

# Members of the admin group may gain root privileges

%admin ALL=(ALL) ALL

junq ALL=(ALL) ALL

# Allow members of group sudo to execute any command

%sudo   ALL=(ALL:ALL) ALL

// 去掉写权限

[email protected]:/etc/sudoers.d# ls -al /etc/sudoers

-rw-rw--w- 1 root root 764 Jul  7 20:52 /etc/sudoers

[email protected]:/etc/sudoers.d# chmod a-w /etc/sudoers

[email protected]:/etc/sudoers.d# ls -al /etc/sudoers

-r--r----- 1 root root 764 Jul  7 20:52 /etc/sudoers

[email protected]:/etc/sudoers.d#

// 普通用户,以sudo执行

[email protected]:~$ sudo /opt/script/ntp.date.sh

[sudo] password for junq:

7 Jul 20:53:42 ntpdate[9784]: step time server 202.118.1.81 offset -0.681162 sec

7 Jul 20:53:49 ntpdate[9785]: adjust time server 128.138.141.172 offset -0.014033 sec

[email protected]:~$

时间: 2024-10-12 20:03:54

【Ubuntu 14.04】*** is not in the sudoers file的相关文章

【Ubuntu 14.04】查看版本号

// cat /etc/issue [email protected]:/etc/apt# cat /etc/issue Ubuntu 14.04.2 LTS \n \l [email protected]:/etc/apt# // lsb_release -a [email protected]:/etc/apt# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14

【Ubuntu 14.04】修改hostname

// 配置文件 [email protected]:/etc# vi /etc/hostname wode008 [email protected]:/etc# // 重启后,查看 [email protected]:/etc# uname -n ubuntu [email protected]:/etc#

【Ubuntu 14.04】nano 保存 退出

ctrl + o     保存文件 ctrl + x     退出编辑器 ctrl + k     剪切行 ctrl + u     粘贴 ctrl + w    查找 ctrl + y     上一屏幕 ctrl + v     下一屏幕

【Ubuntu 14.04】修改网络地址

// 修改网络地址 [email protected]:/etc/network# vi /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo i

【Ubuntu 14.04】更新安装源

#!/bin/bash # get source list from ali cd /etc/apt mv sources.list sources.list.bak wget http://mirrors.aliyun.com/repo/ubuntu1404-lts.list cp ubuntu1404-lts.list sources.list # update apt-get update

Caffe+Ubuntu 14.04.4+CUDA7.5安装

ubuntu 14.04安装 先到官网下载ubuntu14.04,网址:http://www.ubuntu.com/download/desktop ubuntu-14.04.4-desktop-amd64.iso 参考:Ubuntu14.04 安装及使用:[1]制作安装U盘 制作安装U盘 然后参考:Ubantu14.04安装教程 安装系统 分区: boot 200M 主分区 / 50000M swap 4000M home 剩余M cuda7.5安装 cuda7.5下载:地址 https://

【转】install intel wireless 3165 driver for ubuntu 14.04.3

[转]install intel wireless 3165 driver for ubuntu 14.04.3 Ubuntu 14.04.3 with 3.19 kernel can’t drive the new Intel Wireless 3165 AC with firmware version 13.This is about how to install the driver mannually. Today I changed a new Dell vastro 5000 ser

【转】Windows 7下硬盘安装Ubuntu 14.04图文教程--不错

原文网址:http://www.linuxidc.com/Linux/2014-04/100369p3.htm Ubuntu 官方已经发布了正式版的 Ubuntu 14.04 LTS,并宣称这是为云计算准备的版本.该版本在云平台和伸缩环境的可靠性.性能和交互性都有很好的提升,同时提供 5 年的支持和维护服务. 下面为Linux新手讲解下在Windows 7下使用EasyBCD硬盘安装Ubuntu 14.04图文详细教程,每到Ubuntu新版发布的时候,LinuxIDC.com都会推出Window

【原生态跨平台:ASP.NET Core 1.0(非Mono)在 Ubuntu 14.04 服务器上一对一的配置实现-篇幅2】

在 [原生态跨平台:ASP.NET Core 1.0(非Mono)在 Ubuntu 14.04 服务器上一对一的配置实现-篇幅1] 环境:Ubuntu 14.04 服务器版 虚拟机:Vmware 10 工具 :XShell 开发工具:VS2015企业版+ASP.NET Update1 反向代理:Nginx 是否用到了Docker?没,墙太高了,镜像拉不过来,秒懂!???!?!?! 已经都讲了,小编,你懂滴~~~