Skip to content

Commit

Permalink
Avoid -o flag since it's used with -u flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Jan 8, 2025
1 parent e18087a commit 0cc5f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# of non-root accounts with uid 0.
# remediation = none

useradd --non-unique --gid 0 root2
useradd --gid 0 root2

0 comments on commit 0cc5f11

Please sign in to comment.