On Mon, 20 Dec 1999, Sam Roza wrote:
| How do you get NutScrape to load all images in a web page without having to
| click them, or right click and ask to have them loaded?
|
| Oh, one more thing...how do you create a new user from root?
|
| Thank a million!
|
| Sam Roza
>From a command line as the superuser enter,
useradd <name>
where <name> is the new user name for the new user account.
Next, also as superuser, and from a command line enter,
passwd <name>
where <name> is the same new user name as above. You will be prompted with "New
Unix password", at which point you should enter the password you wish to use
with the new name. You will then be prompted to re-type the password. Do so,
and you should get a responce such as:
all authentication tokens updated successfully
then you will be returned to the root prompt. That's all there is to it. You
can now log in as the new user.
HTH,
Ernie