From 0bf1342c17eec392c496540aa54178a36e73a22c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 17 Feb 1998 00:06:03 +0000 Subject: [PATCH] add ERRORS section --- visudo.pod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/visudo.pod b/visudo.pod index 2e6ae4fce..9b4c7f302 100644 --- a/visudo.pod +++ b/visudo.pod @@ -49,6 +49,24 @@ and exit. =back +=head1 ERRORS + +=over 4 + +=item sudoers file busy, try again later. + +Either someone is currently editing the I file +or there is a stale sudoers lock file (/etc/stmp by default) +that you need to delete. + += item /etc/stmp: Permission denied + +You didn't run B as root. + += item Can't find you in the passwd database + +Your userid does not appear in the passwd file. + =head1 FILES /etc/sudoers file of authorized users. -- 2.40.0