|
superuser means root. root means user ID (UID) = 0... proceses in UNIX/Linux are run with UID's meaning process started by user joe with UID 1002 will run as user joe (UID 1002)... now process started as root (UID 0) will probably run as root - with super user powers and full access to everything (assuming you are not using some MAC but plain old cheesy unix privilege scheme). than yes. it may run as user root. but not must - some programs are run as root but then drop their privileges to different account (but only root process can change it privileges).
|