Archive for ខែ ធ្នូ, 2007
How to create Linux user
Today there is an interesting to learn on how to create users. In openSUSE, normally we can create a user easily by using Yast and if you prefer to experience with command you can also use two commands to have a proper user with:
#useradd -m newuser
#passwd newuser
The second command will prompt you to enter new [...]


