Difference between revisions of "Create a user"
From Linuxintro
imported>ThorstenStaerk (Created page with "To create an operating system user ''example'' best open a console and enter the following commands: useradd -m ''example'' passwd ''example''") |
imported>ThorstenStaerk |
||
Line 2: | Line 2: | ||
useradd -m ''example'' | useradd -m ''example'' | ||
passwd ''example'' | passwd ''example'' | ||
+ | |||
+ | = See also = | ||
+ | * [[system administration]] |
Revision as of 04:50, 31 January 2012
To create an operating system user example best open a console and enter the following commands:
useradd -m example passwd example