no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | pw [2012/07/31 18:03] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== pw ====== | ||
| + | * [[FreeBSD]] | ||
| + | |||
| + | Create, edit, delete users in FreeBSD | ||
| + | |||
| + | == Add nologin user for a daemon == | ||
| + | |||
| + | Creates a new user with no login allowed, no home directory, and a group of same name: | ||
| + | |||
| + | < | ||
| + | pw useradd -n < | ||
| + | </ | ||
| + | |||
| + | == Delete a user == | ||
| + | |||
| + | < | ||
| + | pw userdel < | ||
| + | </ | ||