|
|
|
|
|
by charcircuit
858 days ago
|
|
Linux requires a user account too. There is no anonymous mode. You will always be running something as a user who has a user id. getuid and geteuid are always successful and correspond to a valid user. In theory there could be a way to run things without a user, but Linux was designed to not allow that. |
|