diff --git a/pages/linux/useradd.md b/pages/linux/useradd.md index 4514cff7a4..1d69611e5a 100644 --- a/pages/linux/useradd.md +++ b/pages/linux/useradd.md @@ -17,3 +17,7 @@ - Create new user with supplementary groups (mind the lack of whitespace): `useradd -G {{group1,group2}} {{name}}` + +- Create new system user without a home directory: + +`useradd --no-create-home --system {{name}}`