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 10, 2025
1 parent eb87cf9 commit 772fe14
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 772fe14

Please sign in to comment.