bash - error in sudo config, need help to fix -


my shell give me error when trying sudo

/etc/sudoers: syntax error near line 30 <<

i did not modify file...

anyway 30th line end of file. paste here last 3 rows, 27 30

# see sudoers(5) more information on "#include" directives:  #includedir /etc/sudoers.d 

please me understand problem , fix it. newbie on linux.

if 30th line last 1 might indicate have problems in file somewhere along way.

the parser has reached end of file , telling there error (might looking unclosed brackets of kind etc).

if can parse full file or try read , go line line figure out error.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -