Creating users on Linux
You should not be performing tasks as root. This post will show you how to add a new user on a server
adduser bill
passwd bill
A user with a uid of 0 is equal to the super user.
Looking for a MySQL expert? I'm available to provide MySQL consulting
You should not be performing tasks as root. This post will show you how to add a new user on a server
adduser bill
passwd bill
0 Comments:
Post a Comment
<< Home