|
Some versions of Unix allow negative UID's. For example, HP-UX assigns -2 to the nobody user. On HP-UX -2 is the smallest allowed value. Not sure about other systems, although Linux does not appear to use negative UIDs. Check the man page for details, but in general there is no consistent special significance to any UID (except 0).
|