View Single Post
  #4   (View Single Post)  
Old 14th November 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

No, that is not exactly the same thing. You show two errors. The first, a permission problem. The second, a syntax error without a line number defined. When I intentionally create a syntax error, I get a mesage that tells me which line number has the error.

Due to this difference in behavior, try correcting the permission problem. The file should be owned by root:wheel and have a 600 file mode (-rw-------).
Reply With Quote