diff --git a/README.md b/README.md index 9cf43d2..8258638 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ useradd --create-home user # Add a password for the newly created user passwd user +# Add the sudo group +groupadd sudo + # Add the "sudo" group for the created user usermod --add --groups sudo user ```