Skip to main content

Remove user from group

Arch Linux

Removing user postfix from group opendkim

[tuyen@1 ~]$ which gpasswd
/usr/bin/gpasswd
[tuyen@1 ~]$ gpasswd -d postfix opendkim
gpasswd: Permission denied.
[tuyen@1 ~]$ sudo gpasswd -d postfix opendkim
[sudo] password for tuyen:
Removing user postfix from group opendkim
[tuyen@1 ~]$

Popular posts from this blog

Linux command: telnet

telnet stands for "Teletype Network".

GitHub CLI

GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.