Skip to main content

Linux command: usermod


usermod - modify a user account

Add user 'tuyen' to 'wheel' group

$ sudo usermod -aG wheel tuyen

Popular posts from this blog

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.