Check if system user with specified name exists
name of user to check if exists
True if such user exists, otherwise false.
import unit_threaded.assertions; systemUserExists("root").shouldBeTrue; systemUserExists("this_user_definitely_does_not_exist_xyzzy").shouldBeFalse;
See Implementation
Check if system user with specified name exists