Hacker News new | ask | show | jobs
by TheCams 3721 days ago
Sorry if that's a stupid question, but does that mean he was running his script as root?
1 comments

He was running with full administrative permissions and thus file access permissions on files were ignored.

"root" is the name of the default administrative account on Unix and Unix like systems.

Thanks :)