fix adduser command in filesharing-nfs-installation.adoc #170
No reviewers
Labels
No labels
in progress
in progress
meeting
need info
ongoing work project
on hold
pending activity
release test
user documentation
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
server/user-documentation!170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the adduser command that fails with:
$ adduser -c 'nfs pseudo user' -m /nonexisting -M -r -s /sbin/nologin nfs
useradd: options -m and -M conflict
The options:
-m, --create-home
-M, --no-create-home
Pull request closed