How to remove ROOT user?

That’s not how it works.

  • The root (super)user cannot be removed, and is necessary for handling system files and processes.
  • Removing a user does not automatically set permissions to the remaining one.
    [Tutorial] Understanding and working with UNIX filesystems and permissions
  • Right access issues are usually caused by a process attempting to access a file it does not have permission to. The correct way to proceed is rather to troubleshoot that process, so you either give it the right permissions, or to make it use files it has permissions to.
    [HowTo] Request support
5 Likes