Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| gruppe [2017/09/29 14:12] – created tmaier | gruppe [2020/12/29 02:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux User Management ====== | ====== Linux User Management ====== | ||
| - | ===== Add user to group ===== | + | ===== Create User ===== |
| + | |||
| + | * '' | ||
| + | * Native binary compiled with the system | ||
| + | * Creates only a user by default (you have to use switches) to specify home directories and other settings | ||
| + | * '' | ||
| + | * Perl script which uses '' | ||
| + | * More user friendly and interactive | ||
| + | * Creates a fully functional user on the system by default | ||
| + | |||
| + | ===== Groups ===== | ||
| + | |||
| + | ==== Create Group ==== | ||
| + | |||
| + | '' | ||
| + | |||
| + | ==== Add user to group ==== | ||
| '' | '' | ||
| - | ===== Change user's primary group ===== | + | '' |
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | ==== Remove user from group ==== | ||
| + | |||
| + | '' | ||
| + | |||
| + | ==== Change user's primary group ==== | ||
| '' | '' | ||
| + | |||
| + | |||