Next: 6.2 Create template
Up: 6 Creating new role
Previous: 6 Creating new role
Contents
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