fix adduser command in filesharing-nfs-installation.adoc #170

Closed
scrivy wants to merge 0 commits from main into main
First-time contributor

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

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
korora self-assigned this 2025-10-31 02:03:05 +00:00
korora closed this pull request 2025-10-31 02:57:01 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.