next up previous contents
Next: 6.2 Create template Up: 6 Creating new role Previous: 6 Creating new role   Contents

6.1 Create uid=0 user

The uid for user that does some administration work, must be 0. It is to pass Linux permission check.
Following commands create user webmaster as uid=0.
# useradd -u 0 -o webmaster
# passwd webmaster



2006-07-05