天天看点

How to create user on linux

Create a user named nxuser.

1. As root user, type

#groupadd -g nxgroup

#useradd -g nxgroup nxuser.

2. done.

继续阅读