බහුවිධ සේවාදායකයන් හරහා මෙම හැසිරීම පහසුවෙන් ප්රතිනිර්මාණය කිරීම සඳහා කළ යුතු වඩාත්ම forward ජු ඉදිරි දෙය පහත බව මම සොයා ගතිමි.
sudo visudo
මෙම රේඛාව වෙනස් කරන්න:
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
මෙම පේළියට:
# Members of the admin group may gain root privileges
%admin ALL=(ALL) NOPASSWD:ALL
මෙම රේඛාව යටතේ එය ගෙනයන්න:
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
ඔබට දැන් මෙය තිබිය යුතුය:
# 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
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) NOPASSWD:ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
මුරපදයක් සමඟ සුඩෝ ප්රවේශය අවශ්ය සෑම පරිශීලකයෙකුටම :
sudo adduser <user> sudo
මුරපදයක් නොමැතිව සූඩෝ ප්රවේශය අවශ්ය සෑම පරිශීලකයෙකුටම :
sudo adduser <user> admin
අවසාන වශයෙන්, මෙය ක්රියාත්මක කරන්න:
sudo service sudo restart
ඒක තමයි!
සංස්කරණය කරන්න: පෙරනිමියෙන් එය පවතින බව මා නොසිතන හෙයින් ඔබට පරිපාලක කණ්ඩායම එකතු කිරීමට සිදුවනු ඇත.
sudo groupadd admin
ඔබට මෙම විධානය හරහා පෙරනිමි AWS ubuntu
පරිශීලකයා admin
කණ්ඩායමට එක් කළ හැකිය:
sudo usermod ubuntu -g admin
සටහන: @hata සඳහන් කළ පරිදි, adm
උබුන්ටු කුමන අනුවාදය භාවිතා කරන්නේද යන්න මත පදනම්ව, ඔබේ පරිපාලක කණ්ඩායම් නාමය ලෙස භාවිතා කිරීමට ඔබට අවශ්ය විය හැකිය .