mascavo
(usa Ubuntu)
Enviado em 13/11/2020 - 10:01h
StanislausK escreveu:
Ola,
no terminal digite (como root) o comando cat /etc/sudoers e mostre o que aparece.
e também, digite (não precisa ser como root) o comando cat /etc/apt/sources.list
/etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
flavio ALL=(ALL:ALL) ALL
pemi ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
----------------------------------------------------
sources.list
#
# deb cdrom:[Official Debian GNU/Linux Live 10.3.0 gnome 2020-02-08T14:55]/ buster main
#deb cdrom:[Official Debian GNU/Linux Live 10.3.0 gnome 2020-02-08T14:55]/ buster main
deb
http://deb.debian.org/debian/ buster main non-free contrib
deb-src
http://deb.debian.org/debian/ buster main non-free contrib
deb
http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src
http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb
http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src
http://deb.debian.org/debian/ buster-updates main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.