Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Add, Delete, and Grant Sudo Privileges to Users on Debian #19

Open
jiansoung opened this issue Nov 4, 2018 · 0 comments
Open
Labels
Debian Operating System

Comments

@jiansoung
Copy link
Owner

How To Add, Delete, and Grant Sudo Privileges to Users on Debian

Login as a root user

su - root

or via ssh

ssh root@your-server

Add a user

adduser your_new_user_name

Granting users administrative privileges

usermod -aG sudo your_new_user_name

Delete a user

deluser --remove-home your_new_user_name

References

@jiansoung jiansoung added the Debian Operating System label Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debian Operating System
Projects
None yet
Development

No branches or pull requests

1 participant