डिफ़ॉल्ट रूप से, उपयोगकर्ता पासवर्डsudo
मांगता है । इस प्रकार, उपयोगकर्ता पासवर्ड (जो लॉगिन के लिए भी उपयोग किया जाता है) को बदलना, सूडो चालान को भी प्रभावित करेगा।
हालाँकि, आप /etc/sudoers
अपने उपयोगकर्ता के rootpw
झंडे के लिए सेट कर सकते हैं , जिस स्थिति में वह इसके बदले रूट पासवर्ड मांगेगा।
सूदर्स (5) मैन पेज का प्रासंगिक अंश है:
Authentication and logging
The sudoers security policy requires that most users authenticate them‐
selves before they can use sudo. A password is not required if the
invoking user is root, if the target user is the same as the invoking
user, or if the policy has disabled authentication for the user or com‐
mand. Unlike su(1), when sudoers requires authentication, it validates
the invoking user's credentials, not the target user's (or root's) cre‐
dentials. This can be changed via the rootpw, targetpw and runaspw
flags, described later.
इसी तरह, sudo के लिए पासवर्ड का अनुरोध नहीं करने का कीवर्ड NOPASSWD है ।
यदि आप रूट पासवर्ड सेट करना चाहते हैं, तो आप उपयोग कर सकते हैं sudo passwd
ध्यान दें कि सूडो अनुमतियों को बदलते समय, रूट कंसोल को खुला रखने की सिफारिश की जाती है (उदाहरण के लिए sudo -s
) जब तक यह एक अलग टर्मिनल में सत्यापित नहीं हो जाता है कि यह वास्तव में काम करता है, और आपने खुद को लॉक नहीं किया है।