Why are there applications which don't allow you to run them as root user?
For instance, you can't run steam as root.
Why are there applications which don't allow you to run them as root user?
For instance, you can't run steam as root.
Running applications as the root user presents several serious security risks. This is why the root account is not enabled for log in by default, and all actions which need escalated privileges are performed via usage of sudo.
You should not log in and run applications as root. Doing so gives total access to your machine, to the application you are running, and if it so chooses to be malicious, can thus steal or modify any data on your system.